aboutsummaryrefslogtreecommitdiffstats
path: root/test/bls_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* unify curve constMITSUNARI Shigeo2017-06-061-4/+4
|
* use struts of bn.hMITSUNARI Shigeo2017-06-051-1/+1
|
* use MBN_.. instead of BLS_MITSUNARI Shigeo2017-06-041-1/+1
|
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-041-1/+1
|
* Sign to SignatureMITSUNARI Shigeo2017-05-291-52/+52
|
* update apiMITSUNARI Shigeo2017-05-291-8/+8
|
* move include/* to include/bls*MITSUNARI Shigeo2017-05-281-1/+1
|
* change api of GetStr/SetStrMITSUNARI Shigeo2017-05-051-8/+8
|
* add getData() and setData()MITSUNARI Shigeo2017-04-091-0/+45
|
* sign is constant time ; signCT is removedrelease20170402MITSUNARI Shigeo2017-04-021-4/+0
|
* add test of signCTMITSUNARI Shigeo2017-04-021-0/+3
|
* add benchmark of sign and signCTMITSUNARI Shigeo2017-03-261-6/+11
|
* add test for all cuvresMITSUNARI Shigeo2017-03-161-28/+56
|
* add getOpUnitSizeMITSUNARI Shigeo2017-03-151-1/+2
|
* benchmark of Sign::recover of n = 3MITSUNARI Shigeo2017-02-171-0/+7
|
* 1.4 times faster Sign::verifyMITSUNARI Shigeo2017-02-121-0/+3
|
* remove old api testMITSUNARI Shigeo2017-01-201-29/+4
|
* fix test of setMITSUNARI Shigeo2016-09-091-21/+30
|
* mask the top two bit of array for Id::set and SecretKey::setMITSUNARI Shigeo2016-09-081-3/+21
|
* add recover/set for C apiMITSUNARI Shigeo2016-09-061-0/+29
|
* add Secret::set for c apiMITSUNARI Shigeo2016-09-061-0/+9
|
* fix test ; operator<<() always output 0x + hexadecimalMITSUNARI Shigeo2016-09-011-2/+2
|
* refactor bls.cppMITSUNARI Shigeo2016-08-311-4/+4
|
* remove id from the other classMITSUNARI Shigeo2016-08-311-20/+41
|
* change id to public menmber and remove id from ioMITSUNARI Shigeo2016-08-301-3/+3
|
* exception if the value >= rMITSUNARI Shigeo2016-08-281-6/+3
|
* change type of id to Id classMITSUNARI Shigeo2016-08-271-0/+26
|
* add init ; remove public key from getPopMITSUNARI Shigeo2016-08-271-2/+2
|
* add testMITSUNARI Shigeo2016-08-211-0/+17
|
* test of popMITSUNARI Shigeo2016-08-211-0/+10
|
* unify **VecMITSUNARI Shigeo2016-08-211-5/+5
|
* replace prv with secMITSUNARI Shigeo2016-08-211-47/+47
|
* rename PrivateKey to SecretKeyMITSUNARI Shigeo2016-08-211-16/+16
|
* design IF againMITSUNARI Shigeo2016-08-211-11/+26
|
* change PublicKey::verify to Sign::verifyMITSUNARI Shigeo2016-08-211-5/+5
|
* add operator+()MITSUNARI Shigeo2016-08-151-1/+19
|
* rename Verifier to MasterPublicKeyMITSUNARI Shigeo2016-08-151-12/+5
|
* setStr, getStr were removedMITSUNARI Shigeo2016-08-151-21/+13
|
* add Feldman VSS ; VerifierMITSUNARI Shigeo2016-08-111-1/+28
|
* add PublicKey::recoverMITSUNARI Shigeo2016-08-111-0/+11
|
* test of having same valueMITSUNARI Shigeo2016-08-101-0/+7
|
* first commitMITSUNARI Shigeo2016-08-101-0/+154