This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
nim-poseidon2
Watch
1
Star
0
Fork
0
You've already forked nim-poseidon2
mirror of
https://github.com/logos-storage/nim-poseidon2.git
synced
2026-01-05 07:03:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nim-poseidon2
/
tests
/
test.nim
5 lines
91 B
Nim
Raw
Normal View
History
Unescape
Escape
move unmarshal into its own module called 'io' Includes separate tests for unmarshalling that were previously tested as part of the merkleRoot calculation. Includes tests for unmarshalling little endian and big endian byte arrays.
2023-10-31 13:40:07 +01:00
import
.
/
poseidon2
/
testPoseidon2
import
.
/
poseidon2
/
testIo
quick Nim implementation of Poseidon2 via constantine (BN254, t=3)
2023-07-28 22:10:14 +02:00
move unmarshal into its own module called 'io' Includes separate tests for unmarshalling that were previously tested as part of the merkleRoot calculation. Includes tests for unmarshalling little endian and big endian byte arrays.
2023-10-31 13:40:07 +01:00
{.
warning
[
UnusedImport
]
:
off
.
}
Reference in New Issue
Copy Permalink