Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add GetData/SetData/IsSame | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+32 |
* | add getData() and setData() | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+45 |
* | add vcproj files | MITSUNARI Shigeo | 2017-04-03 | 1 | -0/+88 |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 1 | -4/+0 |
* | add test of signCT | MITSUNARI Shigeo | 2017-04-02 | 1 | -0/+3 |
* | add benchmark of sign and signCT | MITSUNARI Shigeo | 2017-03-26 | 1 | -6/+11 |
* | add test for all cuvres | MITSUNARI Shigeo | 2017-03-16 | 2 | -34/+77 |
* | add getOpUnitSize | MITSUNARI Shigeo | 2017-03-15 | 1 | -1/+2 |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 1 | -2/+2 |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 1 | -2/+2 |
* | benchmark of Sign::recover of n = 3 | MITSUNARI Shigeo | 2017-02-17 | 1 | -0/+7 |
* | 1.4 times faster Sign::verify | MITSUNARI Shigeo | 2017-02-12 | 1 | -0/+3 |
* | remove old api test | MITSUNARI Shigeo | 2017-01-20 | 1 | -29/+4 |
* | bls_if stack version | MITSUNARI Shigeo | 2016-09-14 | 1 | -1/+21 |
* | fix test of set | MITSUNARI Shigeo | 2016-09-09 | 1 | -21/+30 |
* | mask the top two bit of array for Id::set and SecretKey::set | MITSUNARI Shigeo | 2016-09-08 | 1 | -3/+21 |
* | add test for bls_if.h | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+32 |
* | add recover/set for C api | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+29 |
* | add Secret::set for c api | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+9 |
* | fix test ; operator<<() always output 0x + hexadecimal | MITSUNARI Shigeo | 2016-09-01 | 1 | -2/+2 |
* | refactor bls.cpp | MITSUNARI Shigeo | 2016-08-31 | 1 | -4/+4 |
* | remove id from the other class | MITSUNARI Shigeo | 2016-08-31 | 1 | -20/+41 |
* | change id to public menmber and remove id from io | MITSUNARI Shigeo | 2016-08-30 | 1 | -3/+3 |
* | exception if the value >= r | MITSUNARI Shigeo | 2016-08-28 | 1 | -6/+3 |
* | change type of id to Id class | MITSUNARI Shigeo | 2016-08-27 | 1 | -0/+26 |
* | add init ; remove public key from getPop | MITSUNARI Shigeo | 2016-08-27 | 1 | -2/+2 |
* | add test | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+17 |
* | test of pop | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+10 |
* | unify **Vec | MITSUNARI Shigeo | 2016-08-21 | 1 | -5/+5 |
* | replace prv with sec | MITSUNARI Shigeo | 2016-08-21 | 1 | -47/+47 |
* | rename PrivateKey to SecretKey | MITSUNARI Shigeo | 2016-08-21 | 1 | -16/+16 |
* | design IF again | MITSUNARI Shigeo | 2016-08-21 | 1 | -11/+26 |
* | change PublicKey::verify to Sign::verify | MITSUNARI Shigeo | 2016-08-21 | 1 | -5/+5 |
* | add operator+() | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+19 |
* | rename Verifier to MasterPublicKey | MITSUNARI Shigeo | 2016-08-15 | 1 | -12/+5 |
* | setStr, getStr were removed | MITSUNARI Shigeo | 2016-08-15 | 1 | -21/+13 |
* | add Feldman VSS ; Verifier | MITSUNARI Shigeo | 2016-08-11 | 1 | -1/+28 |
* | add PublicKey::recover | MITSUNARI Shigeo | 2016-08-11 | 1 | -0/+11 |
* | test of having same value | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+7 |
* | first commit | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+154 |