Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move include/* to include/bls* | MITSUNARI Shigeo | 2017-05-28 | 1 | -274/+0 |
* | fix documents for apiold_bls_if_api | MITSUNARI Shigeo | 2017-05-24 | 1 | -2/+2 |
* | change api of GetStr/SetStr | MITSUNARI Shigeo | 2017-05-05 | 1 | -20/+16 |
* | add comment to init function | MITSUNARI Shigeo | 2017-04-28 | 1 | -0/+1 |
* | add getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-04-23 | 1 | -0/+2 |
* | add getData() and setData() | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+20 |
* | add vcproj files | MITSUNARI Shigeo | 2017-04-03 | 1 | -0/+1 |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 1 | -2/+1 |
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 1 | -0/+2 |
* | add getOpUnitSize | MITSUNARI Shigeo | 2017-03-15 | 1 | -0/+1 |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 1 | -7/+12 |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 1 | -5/+11 |
* | add mk.bat and mklib.bat for windows | MITSUNARI Shigeo | 2017-02-03 | 1 | -0/+4 |
* | refactor recover() | MITSUNARI Shigeo | 2017-01-20 | 1 | -10/+8 |
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 1 | -5/+9 |
* | remove all destructors | MITSUNARI Shigeo | 2016-09-14 | 1 | -45/+24 |
* | add recover/set for C api | MITSUNARI Shigeo | 2016-09-06 | 1 | -8/+24 |
* | add Secret::set for c api | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+11 |
* | add header stdint.h for uint64_t | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+1 |
* | refactor bls.cpp | MITSUNARI Shigeo | 2016-08-31 | 1 | -5/+5 |
* | remove id from the other class | MITSUNARI Shigeo | 2016-08-31 | 1 | -13/+10 |
* | add sample/bls_tool.cpp | MITSUNARI Shigeo | 2016-08-30 | 1 | -0/+1 |
* | change id to public menmber and remove id from io | MITSUNARI Shigeo | 2016-08-30 | 1 | -6/+3 |
* | fix comment | MITSUNARI Shigeo | 2016-08-28 | 1 | -3/+3 |
* | add destructor of Id | MITSUNARI Shigeo | 2016-08-27 | 1 | -0/+1 |
* | remove = 0 | MITSUNARI Shigeo | 2016-08-27 | 1 | -2/+2 |
* | change type of id to Id class | MITSUNARI Shigeo | 2016-08-27 | 1 | -14/+41 |
* | add init ; remove public key from getPop | MITSUNARI Shigeo | 2016-08-27 | 1 | -4/+22 |
* | init by user defined p | MITSUNARI Shigeo | 2016-08-27 | 1 | -1/+4 |
* | reorder of class | MITSUNARI Shigeo | 2016-08-21 | 1 | -60/+65 |
* | unify **Vec | MITSUNARI Shigeo | 2016-08-21 | 1 | -19/+8 |
* | replace prv with sec | MITSUNARI Shigeo | 2016-08-21 | 1 | -4/+4 |
* | rename PrivateKey to SecretKey | MITSUNARI Shigeo | 2016-08-21 | 1 | -24/+24 |
* | design IF again | MITSUNARI Shigeo | 2016-08-21 | 1 | -31/+56 |
* | change PublicKey::verify to Sign::verify | MITSUNARI Shigeo | 2016-08-21 | 1 | -1/+8 |
* | add operator+() | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+19 |
* | add coment | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+17 |
* | rename Verifier to MasterPublicKey | MITSUNARI Shigeo | 2016-08-15 | 1 | -15/+15 |
* | setStr, getStr were removed | MITSUNARI Shigeo | 2016-08-15 | 1 | -7/+1 |
* | add Feldman VSS ; Verifier | MITSUNARI Shigeo | 2016-08-11 | 1 | -1/+25 |
* | add PublicKey::recover | MITSUNARI Shigeo | 2016-08-11 | 1 | -0/+4 |
* | fix typo | MITSUNARI Shigeo | 2016-08-11 | 1 | -2/+4 |
* | remove public for debug | MITSUNARI Shigeo | 2016-08-10 | 1 | -1/+0 |
* | first commit | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+101 |