aboutsummaryrefslogtreecommitdiffstats
path: root/src/bls.cpp
Commit message (Expand)AuthorAgeFilesLines
* unify **VecMITSUNARI Shigeo2016-08-211-8/+8
* replace prv with secMITSUNARI Shigeo2016-08-211-6/+6
* rename PrivateKey to SecretKeyMITSUNARI Shigeo2016-08-211-23/+23
* design IF againMITSUNARI Shigeo2016-08-211-84/+81
* change PublicKey::verify to Sign::verifyMITSUNARI Shigeo2016-08-211-14/+15
* G2 supports compressed expressionMITSUNARI Shigeo2016-08-151-1/+1
* add operator+()MITSUNARI Shigeo2016-08-151-0/+18
* rename Verifier to MasterPublicKeyMITSUNARI Shigeo2016-08-151-19/+19
* setStr, getStr were removedMITSUNARI Shigeo2016-08-151-39/+0
* add Feldman VSS ; VerifierMITSUNARI Shigeo2016-08-111-10/+83
* add PublicKey::recoverMITSUNARI Shigeo2016-08-111-0/+9
* fix typoMITSUNARI Shigeo2016-08-111-3/+3
* add bls_smplMITSUNARI Shigeo2016-08-101-4/+5
* merge mapToG1 and hashMITSUNARI Shigeo2016-08-101-13/+3
* get_str() is not necessrayMITSUNARI Shigeo2016-08-101-1/+1
* first commitMITSUNARI Shigeo2016-08-101-0/+395