Fix: workaround for "undeclared identifier: 'getCurveOrder'"

This commit is contained in:
Mark Spanbroek 2023-11-27 12:27:26 +01:00
parent c4569bcba0
commit 77f0aafacc

View File

@ -13,3 +13,7 @@ export toBytes
export toF
export elements
export types
# workaround for "undeclared identifier: 'getCurveOrder'"
import constantine/math/config/curves
export curves