aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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_;