mirror of
https://github.com/codex-storage/nim-poseidon2.git
synced 2025-02-24 00:38:06 +00:00
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.
5 lines
91 B
Nim
5 lines
91 B
Nim
import ./poseidon2/testPoseidon2
|
|
import ./poseidon2/testIo
|
|
|
|
{.warning[UnusedImport]: off.}
|