Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add getData() and setData() | MITSUNARI Shigeo | 2017-04-09 | 1 | -0/+32 |
* | add vcproj files | MITSUNARI Shigeo | 2017-04-03 | 1 | -0/+92 |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 2 | -12/+1 |
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 2 | -0/+11 |
* | fix correct getOpUnitSize() | MITSUNARI Shigeo | 2017-03-15 | 1 | -1/+1 |
* | add getOpUnitSize | MITSUNARI Shigeo | 2017-03-15 | 2 | -0/+8 |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 2 | -6/+16 |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 2 | -11/+30 |
* | use a new function mapToG1 | MITSUNARI Shigeo | 2017-02-13 | 1 | -6/+1 |
* | use Fp::setMsg | MITSUNARI Shigeo | 2017-02-12 | 1 | -2/+1 |
* | 1.4 times faster Sign::verify | MITSUNARI Shigeo | 2017-02-12 | 1 | -8/+30 |
* | change the order of arguments of G1 and G2 | MITSUNARI Shigeo | 2017-02-12 | 1 | -2/+2 |
* | add mk.bat and mklib.bat for windows | MITSUNARI Shigeo | 2017-02-03 | 1 | -1/+1 |
* | update calcG1 method | MITSUNARI Shigeo | 2017-01-28 | 1 | -2/+1 |
* | use wrapped header | MITSUNARI Shigeo | 2017-01-20 | 1 | -11/+2 |
* | refactor recover() | MITSUNARI Shigeo | 2017-01-20 | 1 | -43/+6 |
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 2 | -23/+35 |
* | bls_if stack version | MITSUNARI Shigeo | 2016-09-14 | 1 | -0/+4 |
* | remove all destructors | MITSUNARI Shigeo | 2016-09-14 | 1 | -125/+49 |
* | mask the top two bit of array for Id::set and SecretKey::set | MITSUNARI Shigeo | 2016-09-08 | 1 | -2/+2 |
* | avoid copy of instance at Go | MITSUNARI Shigeo | 2016-09-08 | 1 | -0/+16 |
* | add verifyPop | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+10 |
* | add SecretKey::setArray | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+4 |
* | add sample of recovering secret key for Go | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+22 |
* | add recover/set for C api | MITSUNARI Shigeo | 2016-09-06 | 1 | -10/+42 |
* | add Secret::set for c api | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+17 |
* | add Add(rhs) method | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+12 |
* | make class | MITSUNARI Shigeo | 2016-09-06 | 1 | -41/+75 |
* | use defer | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+25 |
* | add C interface | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+105 |
* | follow new getStr() of mcl | MITSUNARI Shigeo | 2016-09-05 | 1 | -1/+1 |
* | always hex string with prefix 0x | MITSUNARI Shigeo | 2016-08-31 | 1 | -4/+12 |
* | refactor bls.cpp | MITSUNARI Shigeo | 2016-08-31 | 1 | -98/+58 |
* | remove id from the other class | MITSUNARI Shigeo | 2016-08-31 | 1 | -46/+31 |
* | change id to public menmber and remove id from io | MITSUNARI Shigeo | 2016-08-30 | 1 | -31/+30 |
* | use heximal string for io | MITSUNARI Shigeo | 2016-08-30 | 1 | -0/+1 |
* | exception if the value >= r | MITSUNARI Shigeo | 2016-08-28 | 1 | -2/+2 |
* | add destructor of Id | MITSUNARI Shigeo | 2016-08-27 | 1 | -0/+5 |
* | change type of id to Id class | MITSUNARI Shigeo | 2016-08-27 | 1 | -24/+74 |
* | add init ; remove public key from getPop | MITSUNARI Shigeo | 2016-08-27 | 1 | -21/+4 |
* | init by user defined p | MITSUNARI Shigeo | 2016-08-27 | 1 | -4/+8 |
* | unify **Vec | MITSUNARI Shigeo | 2016-08-21 | 1 | -8/+8 |
* | replace prv with sec | MITSUNARI Shigeo | 2016-08-21 | 1 | -6/+6 |
* | rename PrivateKey to SecretKey | MITSUNARI Shigeo | 2016-08-21 | 1 | -23/+23 |
* | design IF again | MITSUNARI Shigeo | 2016-08-21 | 1 | -84/+81 |
* | change PublicKey::verify to Sign::verify | MITSUNARI Shigeo | 2016-08-21 | 1 | -14/+15 |
* | G2 supports compressed expression | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+1 |
* | add operator+() | MITSUNARI Shigeo | 2016-08-15 | 1 | -0/+18 |
* | rename Verifier to MasterPublicKey | MITSUNARI Shigeo | 2016-08-15 | 1 | -19/+19 |
* | setStr, getStr were removed | MITSUNARI Shigeo | 2016-08-15 | 1 | -39/+0 |
* | add Feldman VSS ; Verifier | MITSUNARI Shigeo | 2016-08-11 | 1 | -10/+83 |
* | add PublicKey::recover | MITSUNARI Shigeo | 2016-08-11 | 1 | -0/+9 |
* | fix typo | MITSUNARI Shigeo | 2016-08-11 | 1 | -3/+3 |
* | add bls_smpl | MITSUNARI Shigeo | 2016-08-10 | 1 | -4/+5 |
* | merge mapToG1 and hash | MITSUNARI Shigeo | 2016-08-10 | 1 | -13/+3 |
* | get_str() is not necessray | MITSUNARI Shigeo | 2016-08-10 | 1 | -1/+1 |
* | first commit | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+395 |