mirror of
https://github.com/codex-storage/nim-poseidon2.git
synced 2025-02-19 06:26:23 +00:00
Fix imports
This commit is contained in:
parent
0cdbed1dc2
commit
b72c92639b
@ -6,8 +6,8 @@ import
|
||||
constantine/math/io/io_fields,
|
||||
constantine/math/config/curves
|
||||
|
||||
import types
|
||||
import roundconst
|
||||
import poseidon2/types
|
||||
import poseidon2/roundconst
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
1
tests/nim.cfg
Normal file
1
tests/nim.cfg
Normal file
@ -0,0 +1 @@
|
||||
--path:".."
|
@ -4,8 +4,8 @@ import std/math
|
||||
import constantine/math/io/io_fields
|
||||
import constantine/math/config/curves
|
||||
|
||||
import types
|
||||
import posei2
|
||||
import poseidon2/types
|
||||
import poseidon2
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user