mirror of
https://github.com/codex-storage/nim-poseidon2.git
synced 2025-02-23 16:28:07 +00:00
Merge pull request #16 from codex-storage/fix-undeclared-curve
Fix: workaround for "undeclared identifier: 'getCurveOrder'"
This commit is contained in:
commit
9be7b0c134
@ -13,3 +13,7 @@ export toBytes
|
|||||||
export toF
|
export toF
|
||||||
export elements
|
export elements
|
||||||
export types
|
export types
|
||||||
|
|
||||||
|
# workaround for "undeclared identifier: 'getCurveOrder'"
|
||||||
|
import constantine/math/config/curves
|
||||||
|
export curves
|
||||||
|
Loading…
x
Reference in New Issue
Block a user