aboutsummaryrefslogtreecommitdiffstats
path: root/ffi/go/mcl/mcl.go
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/go/mcl/mcl.go')
-rw-r--r--ffi/go/mcl/mcl.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffi/go/mcl/mcl.go b/ffi/go/mcl/mcl.go
index 8a1312c..c4240ca 100644
--- a/ffi/go/mcl/mcl.go
+++ b/ffi/go/mcl/mcl.go
@@ -25,6 +25,9 @@ const CurveFp382_2 = C.mclBn_CurveFp382_2
// BLS12_381
const BLS12_381 = C.MCL_BLS12_381
+// IoSerializeHexStr
+const IoSerializeHexStr = C.MCLBN_IO_SERIALIZE_HEX_STR
+
// Init --
// call this function before calling all the other operations
// this function is not thread safe