From 2d2d4a11b718932a17a9ea817f3f7ac115864c85 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 28 Apr 2017 10:07:40 +0900 Subject: add comment to init function --- go/bls/bls.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go') diff --git a/go/bls/bls.go b/go/bls/bls.go index 6aba00b..f4faf92 100644 --- a/go/bls/bls.go +++ b/go/bls/bls.go @@ -21,6 +21,8 @@ const CurveFp382_1 = 1 const CurveFp382_2 = 2 // Init -- +// call this function before calling all the other operations +// this function is not thread safe func Init(curve int) { C.blsInit(C.int(curve), C.BLS_MAX_OP_UNIT_SIZE) } -- cgit v1.2.3