aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls_if.h
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-09-07 06:31:11 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-09-07 06:31:11 +0800
commit9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c (patch)
tree146abcdac0deeab5b6c42736031ad1bf8ed9dd63 /include/bls_if.h
parentaac66669fcb761f51bf2709d28d0c5753f08db95 (diff)
downloaddexon-bls-9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c.tar
dexon-bls-9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c.tar.gz
dexon-bls-9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c.tar.bz2
dexon-bls-9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c.tar.lz
dexon-bls-9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c.tar.xz
dexon-bls-9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c.tar.zst
dexon-bls-9b6af7cbc8965c2f166f0979e1d64ec7369aaf9c.zip
add SecretKey::setArray
Diffstat (limited to 'include/bls_if.h')
-rw-r--r--include/bls_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bls_if.h b/include/bls_if.h
index 84b5f34..9b9012d 100644
--- a/include/bls_if.h
+++ b/include/bls_if.h
@@ -40,6 +40,7 @@ void blsIdSet(blsId *id, const uint64_t *p);
blsSecretKey* blsSecretKeyCreate(void);
void blsSecretKeyDestroy(blsSecretKey *sec);
void blsSecretKeyPut(const blsSecretKey *sec);
+void blsSecretKeySetArray(blsSecretKey *sec, const uint64_t *p);
int blsSecretKeySetStr(blsSecretKey *sec, const char *buf, size_t bufSize);
size_t blsSecretKeyGetStr(const blsSecretKey *sec, char *buf, size_t maxBufSize);
void blsSecretKeyAdd(blsSecretKey *sec, const blsSecretKey *rhs);