aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/bls.hpp')
-rw-r--r--include/bls.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bls.hpp b/include/bls.hpp
index c4f4769..689d1c9 100644
--- a/include/bls.hpp
+++ b/include/bls.hpp
@@ -55,6 +55,8 @@ struct Id;
*/
void init(int curve = CurveFp254BNb, int maxUnitSize = BLS_MAX_OP_UNIT_SIZE);
size_t getOpUnitSize();
+void getCurveOrder(std::string& str);
+void getFieldOrder(std::string& str);
class SecretKey;
class PublicKey;