We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428f018 commit 1d5c234Copy full SHA for 1d5c234
tests/all_tests.nim
@@ -1,4 +1,4 @@
1
# import individual test suites
2
3
import ./test_curve25519
4
-import ./test_naxolotl
+import ./test_naxolotl
tests/test_curve25519.nim
@@ -15,9 +15,6 @@ const ks7748_shared_key = "4a5d9d5ba4ce2de1728e3bf480350f25e07e21c947d19e3376f09
15
16
import parseutils
17
18
-
19
20
21
proc hexToArray*[N: static[int]](hexStr: string): array[N, byte] =
22
## Converts hex string to fixed-size byte array
23
if hexStr.len != N * 2:
0 commit comments