aboutsummaryrefslogtreecommitdiffstats
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* test for 256/384MITSUNARI Shigeo2018-09-151-1/+2
* remove bls_tool.cppMITSUNARI Shigeo2018-05-081-207/+0
* Sign to SignatureMITSUNARI Shigeo2017-05-292-8/+8
* update apiMITSUNARI Shigeo2017-05-291-1/+1
* remove old codeMITSUNARI Shigeo2016-09-061-9/+0
* accept multi line message. remove last '\n'MITSUNARI Shigeo2016-09-031-4/+15
* 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-312-3/+4
* update sample for new apiMITSUNARI Shigeo2016-08-311-21/+20
* retry to read if message is emtpyMITSUNARI Shigeo2016-08-301-4/+9
* add sample/bls_tool.cppMITSUNARI Shigeo2016-08-302-2/+178
* change id to public menmber and remove id from ioMITSUNARI Shigeo2016-08-301-4/+5
* change type of id to Id classMITSUNARI Shigeo2016-08-271-6/+8
* reorder of classMITSUNARI Shigeo2016-08-211-1/+1
* replace prv with secMITSUNARI Shigeo2016-08-211-17/+17
* rename PrivateKey to SecretKeyMITSUNARI Shigeo2016-08-211-7/+7
* sample okMITSUNARI Shigeo2016-08-211-2/+6
* change PublicKey::verify to Sign::verifyMITSUNARI Shigeo2016-08-211-1/+1
* add sample of blsMITSUNARI Shigeo2016-08-101-0/+161