aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-08-30 13:59:32 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-08-30 13:59:32 +0800
commit0a6548f5e2027c217c550d72d08673f67cb1f161 (patch)
treeb079f3694dbede7dc79925fd30e48cc1efbe7772 /include
parentd50143e7909559f745f33090d429b3105af0ee4d (diff)
downloaddexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.gz
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.bz2
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.lz
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.xz
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.tar.zst
dexon-bls-0a6548f5e2027c217c550d72d08673f67cb1f161.zip
add sample/bls_tool.cpp
Diffstat (limited to 'include')
-rw-r--r--include/bls.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bls.hpp b/include/bls.hpp
index 1d33777..306dbfa 100644
--- a/include/bls.hpp
+++ b/include/bls.hpp
@@ -52,6 +52,7 @@ const size_t keySize = 4; // 256-bit size
typedef std::vector<SecretKey> SecretKeyVec;
typedef std::vector<PublicKey> PublicKeyVec;
typedef std::vector<Sign> SignVec;
+typedef std::vector<Id> IdVec;
class Id {
impl::Id *self_;