mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Add missing comma
This commit is contained in:
@@ -272,7 +272,7 @@ test_x25519 :: proc(t: ^testing.T) {
|
|||||||
// Local copy of this so that the base point doesn't need to be exported.
|
// Local copy of this so that the base point doesn't need to be exported.
|
||||||
_BASE_POINT: [32]byte = {
|
_BASE_POINT: [32]byte = {
|
||||||
9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
test_vectors := [?]TestECDH {
|
test_vectors := [?]TestECDH {
|
||||||
|
|||||||
Reference in New Issue
Block a user