mirror of
https://github.com/codex-storage/nim-poseidon2.git
synced 2025-02-23 08:18:05 +00:00
Fix: add missing import
Fixes "attempting to call undeclared routine: 'elements'" when calling Sponge.digest from a project using the nimble package
This commit is contained in:
parent
8b7a4a3151
commit
af67374929
@ -1,5 +1,6 @@
|
|||||||
import ./types
|
import ./types
|
||||||
import ./permutation
|
import ./permutation
|
||||||
|
import ./io
|
||||||
import constantine/math/io/io_fields
|
import constantine/math/io/io_fields
|
||||||
import constantine/math/arithmetic
|
import constantine/math/arithmetic
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user