mirror of
https://github.com/codex-storage/nim-poseidon2.git
synced 2025-02-23 08:18:05 +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 elements
|
||||
export types
|
||||
|
||||
# workaround for "undeclared identifier: 'getCurveOrder'"
|
||||
import constantine/math/config/curves
|
||||
export curves
|
||||
|
Loading…
x
Reference in New Issue
Block a user