mirror of
https://github.com/codex-storage/nim-poseidon2.git
synced 2025-02-23 00:08: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 ./permutation
|
||||
import ./io
|
||||
import constantine/math/io/io_fields
|
||||
import constantine/math/arithmetic
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user