aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-06-12 04:01:50 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-06-12 04:01:50 +0800
commit323c2e718a997fd05a87d52efa29431d4827f251 (patch)
tree6804c6a18b14f68c6a6e28ab6638ca1a8463991e /include/bls
parent55c8bb26a38b21418335e249d7d1a301e0029309 (diff)
downloaddexon-bls-323c2e718a997fd05a87d52efa29431d4827f251.tar
dexon-bls-323c2e718a997fd05a87d52efa29431d4827f251.tar.gz
dexon-bls-323c2e718a997fd05a87d52efa29431d4827f251.tar.bz2
dexon-bls-323c2e718a997fd05a87d52efa29431d4827f251.tar.lz
dexon-bls-323c2e718a997fd05a87d52efa29431d4827f251.tar.xz
dexon-bls-323c2e718a997fd05a87d52efa29431d4827f251.tar.zst
dexon-bls-323c2e718a997fd05a87d52efa29431d4827f251.zip
add blsGetGeneratorOfG2
Diffstat (limited to 'include/bls')
-rw-r--r--include/bls/bls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bls/bls.h b/include/bls/bls.h
index 97bd5e7..6d40a2d 100644
--- a/include/bls/bls.h
+++ b/include/bls/bls.h
@@ -56,6 +56,9 @@ BLS_DLL_API size_t blsGetOpUnitSize(void);
BLS_DLL_API int blsGetCurveOrder(char *buf, size_t maxBufSize);
BLS_DLL_API int blsGetFieldOrder(char *buf, size_t maxBufSize);
+// get a generator of G2
+BLS_DLL_API void blsGetGeneratorOfG2(blsPublicKey *pub);
+
BLS_DLL_API void blsIdSetInt(blsId *id, int x);
// return 0 if success
BLS_DLL_API int blsIdSetDecStr(blsId *id, const char *buf, size_t bufSize);