aboutsummaryrefslogtreecommitdiffstats
path: root/src/bls_if.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-041-320/+0
* rename blsHashToSecretKeyMITSUNARI Shigeo2017-05-311-2/+2
* use setHashOfMITSUNARI Shigeo2017-05-301-2/+2
* rename blsSecretKeySetByHash to blsSecretKeySetToHashOfMITSUNARI Shigeo2017-05-301-1/+1
* rename IsSame to IsEqualMITSUNARI Shigeo2017-05-301-4/+4
* Sign to SignatureMITSUNARI Shigeo2017-05-291-10/+10
* go/bls uses GetHex/SetHexMITSUNARI Shigeo2017-05-291-2/+6
* update apiMITSUNARI Shigeo2017-05-291-109/+111
* move include/* to include/bls*MITSUNARI Shigeo2017-05-281-2/+2
* return error if an exception is thrownMITSUNARI Shigeo2017-05-101-7/+36
* rename constant value name Bls*** to bls***MITSUNARI Shigeo2017-05-091-1/+1
* define macro for vc-dllMITSUNARI Shigeo2017-05-081-0/+1
* remove warningMITSUNARI Shigeo2017-05-071-2/+2
* change api of GetStr/SetStrMITSUNARI Shigeo2017-05-051-80/+29
* add getCurveOrder/getFieldOrderMITSUNARI Shigeo2017-04-231-6/+31
* add GetData/SetData/IsSameMITSUNARI Shigeo2017-04-091-0/+75
* sign is constant time ; signCT is removedrelease20170402MITSUNARI Shigeo2017-04-021-5/+0
* add constant time sign SecretKey::signCTMITSUNARI Shigeo2017-03-171-0/+4
* add getOpUnitSizeMITSUNARI Shigeo2017-03-151-0/+4
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-151-2/+2
* start to support 384-bit curveMITSUNARI Shigeo2017-03-141-2/+2
* add mk.bat and mklib.bat for windowsMITSUNARI Shigeo2017-02-031-1/+1
* cgo accesses to T[] of GoMITSUNARI Shigeo2017-01-201-10/+10
* bls_if stack versionMITSUNARI Shigeo2016-09-141-0/+4
* avoid copy of instance at GoMITSUNARI Shigeo2016-09-081-0/+16
* add verifyPopMITSUNARI Shigeo2016-09-071-0/+10
* add SecretKey::setArrayMITSUNARI Shigeo2016-09-071-0/+4
* add sample of recovering secret key for GoMITSUNARI Shigeo2016-09-061-0/+22
* add Add(rhs) methodMITSUNARI Shigeo2016-09-061-0/+12
* make classMITSUNARI Shigeo2016-09-061-41/+75
* use deferMITSUNARI Shigeo2016-09-061-0/+25
* add C interfaceMITSUNARI Shigeo2016-09-061-0/+105