aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix test of setMITSUNARI Shigeo2016-09-091-21/+30
|
* mask the top two bit of array for Id::set and SecretKey::setMITSUNARI Shigeo2016-09-082-5/+23
|
* avoid copy of instance at GoMITSUNARI Shigeo2016-09-084-33/+77
|
* pass the pointer of IdMITSUNARI Shigeo2016-09-072-5/+5
|
* add verifyPopMITSUNARI Shigeo2016-09-074-0/+32
|
* add SecretKey::setArrayMITSUNARI Shigeo2016-09-074-0/+18
|
* add test of Sign.RecoverMITSUNARI Shigeo2016-09-072-2/+67
|
* return error if failsMITSUNARI Shigeo2016-09-071-15/+19
|
* add test for bls_if.hMITSUNARI Shigeo2016-09-071-0/+32
|
* add Recover of PublicKey/SignMITSUNARI Shigeo2016-09-072-13/+71
|
* add sample of recovering secret key for GoMITSUNARI Shigeo2016-09-064-0/+95
|
* add recover/set for C apiMITSUNARI Shigeo2016-09-063-18/+95
|
* add Secret::set for c apiMITSUNARI Shigeo2016-09-063-0/+37
|
* add Add(rhs) methodMITSUNARI Shigeo2016-09-063-0/+27
|
* remove old codeMITSUNARI Shigeo2016-09-061-9/+0
|
* remove Bls in class nameMITSUNARI Shigeo2016-09-062-217/+48
|
* make packageMITSUNARI Shigeo2016-09-061-0/+174
|
* make classMITSUNARI Shigeo2016-09-063-65/+215
|
* make BlsId classMITSUNARI Shigeo2016-09-061-6/+49
|
* use deferMITSUNARI Shigeo2016-09-063-3/+44
|
* use byte arrayMITSUNARI Shigeo2016-09-061-6/+3
|
* add run_goMITSUNARI Shigeo2016-09-061-2/+5
|
* add go sampleMITSUNARI Shigeo2016-09-061-0/+42
|
* add C interfaceMITSUNARI Shigeo2016-09-063-2/+166
|
* add header stdint.h for uint64_tMITSUNARI Shigeo2016-09-061-0/+1
|
* follow new getStr() of mclMITSUNARI Shigeo2016-09-051-1/+1
|
* accept multi line message. remove last '\n'MITSUNARI Shigeo2016-09-031-4/+15
|
* update documentMITSUNARI Shigeo2016-09-011-9/+9
|
* fix test ; operator<<() always output 0x + hexadecimalMITSUNARI Shigeo2016-09-011-2/+2
|
* fix ; replace SecretKey with SignMITSUNARI Shigeo2016-09-011-5/+5
|
* add vervose option for bls_tool.exeMITSUNARI Shigeo2016-08-311-2/+25
|
* always hex string with prefix 0xMITSUNARI Shigeo2016-08-313-7/+16
|
* update sample for new apiMITSUNARI Shigeo2016-08-311-21/+20
|
* refactor bls.cppMITSUNARI Shigeo2016-08-313-107/+67
|
* remove id from the other classMITSUNARI Shigeo2016-08-313-79/+82
|
* retry to read if message is emtpyMITSUNARI Shigeo2016-08-301-4/+9
|
* add sample/bls_tool.cppMITSUNARI Shigeo2016-08-304-3/+180
|
* change id to public menmber and remove id from ioMITSUNARI Shigeo2016-08-304-44/+41
|
* use heximal string for ioMITSUNARI Shigeo2016-08-301-0/+1
|
* fix commentMITSUNARI Shigeo2016-08-281-3/+3
|
* exception if the value >= rMITSUNARI Shigeo2016-08-282-8/+5
|
* add destructor of IdMITSUNARI Shigeo2016-08-272-0/+6
|
* remove = 0MITSUNARI Shigeo2016-08-271-2/+2
|
* change type of id to Id classMITSUNARI Shigeo2016-08-274-44/+149
|
* add init ; remove public key from getPopMITSUNARI Shigeo2016-08-273-27/+28
|
* init by user defined pMITSUNARI Shigeo2016-08-272-5/+12
|
* fix formatMITSUNARI Shigeo2016-08-211-0/+13
|
* remove blank lineMITSUNARI Shigeo2016-08-211-2/+0
|
* add documentMITSUNARI Shigeo2016-08-211-0/+75
|
* add testMITSUNARI Shigeo2016-08-211-0/+17
|
* reorder of classMITSUNARI Shigeo2016-08-212-61/+66
|
* test of popMITSUNARI Shigeo2016-08-211-0/+10
|
* unify **VecMITSUNARI Shigeo2016-08-213-32/+21
|
* replace prv with secMITSUNARI Shigeo2016-08-214-74/+74
|
* rename PrivateKey to SecretKeyMITSUNARI Shigeo2016-08-214-70/+70
|
* sample okMITSUNARI Shigeo2016-08-211-2/+6
|
* design IF againMITSUNARI Shigeo2016-08-213-126/+163
|
* change PublicKey::verify to Sign::verifyMITSUNARI Shigeo2016-08-214-21/+29
|
* use c++11MITSUNARI Shigeo2016-08-211-0/+1
|
* G2 supports compressed expressionMITSUNARI Shigeo2016-08-151-1/+1
|
* add operator+()MITSUNARI Shigeo2016-08-153-2/+56
|
* add comentMITSUNARI Shigeo2016-08-151-1/+17
|
* rename Verifier to MasterPublicKeyMITSUNARI Shigeo2016-08-153-46/+39
|
* setStr, getStr were removedMITSUNARI Shigeo2016-08-153-67/+14
|
* add Feldman VSS ; VerifierMITSUNARI Shigeo2016-08-113-12/+136
|
* add PublicKey::recoverMITSUNARI Shigeo2016-08-113-0/+24
|
* fix typoMITSUNARI Shigeo2016-08-111-2/+4
|
* fix typoMITSUNARI Shigeo2016-08-111-3/+3
|
* add sample of blsMITSUNARI Shigeo2016-08-101-0/+161
|
* rm sign.txt before recoveringMITSUNARI Shigeo2016-08-101-1/+3
|
* add bls_smplMITSUNARI Shigeo2016-08-104-5/+52
|
* merge mapToG1 and hashMITSUNARI Shigeo2016-08-101-13/+3
|
* get_str() is not necessrayMITSUNARI Shigeo2016-08-101-1/+1
|
* remove public for debugMITSUNARI Shigeo2016-08-101-1/+0
|
* test of having same valueMITSUNARI Shigeo2016-08-101-0/+7
|
* first commitMITSUNARI Shigeo2016-08-105-0/+739