Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove id from the other class | MITSUNARI Shigeo | 2016-08-31 | 3 | -79/+82 |
* | retry to read if message is emtpy | MITSUNARI Shigeo | 2016-08-30 | 1 | -4/+9 |
* | add sample/bls_tool.cpp | MITSUNARI Shigeo | 2016-08-30 | 4 | -3/+180 |
* | change id to public menmber and remove id from io | MITSUNARI Shigeo | 2016-08-30 | 4 | -44/+41 |
* | use heximal string for io | MITSUNARI Shigeo | 2016-08-30 | 1 | -0/+1 |
* | fix comment | MITSUNARI Shigeo | 2016-08-28 | 1 | -3/+3 |
* | exception if the value >= r | MITSUNARI Shigeo | 2016-08-28 | 2 | -8/+5 |
* | add destructor of Id | MITSUNARI Shigeo | 2016-08-27 | 2 | -0/+6 |
* | remove = 0 | MITSUNARI Shigeo | 2016-08-27 | 1 | -2/+2 |
* | change type of id to Id class | MITSUNARI Shigeo | 2016-08-27 | 4 | -44/+149 |
* | add init ; remove public key from getPop | MITSUNARI Shigeo | 2016-08-27 | 3 | -27/+28 |
* | init by user defined p | MITSUNARI Shigeo | 2016-08-27 | 2 | -5/+12 |
* | fix format | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+13 |
* | remove blank line | MITSUNARI Shigeo | 2016-08-21 | 1 | -2/+0 |
* | add document | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+75 |
* | add test | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+17 |
* | reorder of class | MITSUNARI Shigeo | 2016-08-21 | 2 | -61/+66 |
* | test of pop | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+10 |
* | unify **Vec | MITSUNARI Shigeo | 2016-08-21 | 3 | -32/+21 |
* | replace prv with sec | MITSUNARI Shigeo | 2016-08-21 | 4 | -74/+74 |
* | rename PrivateKey to SecretKey | MITSUNARI Shigeo | 2016-08-21 | 4 | -70/+70 |
* | sample ok | MITSUNARI Shigeo | 2016-08-21 | 1 | -2/+6 |
* | design IF again | MITSUNARI Shigeo | 2016-08-21 | 3 | -126/+163 |
* | change PublicKey::verify to Sign::verify | MITSUNARI Shigeo | 2016-08-21 | 4 | -21/+29 |
* | use c++11 | MITSUNARI Shigeo | 2016-08-21 | 1 | -0/+1 |
* | G2 supports compressed expression | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+1 |
* | add operator+() | MITSUNARI Shigeo | 2016-08-15 | 3 | -2/+56 |
* | add coment | MITSUNARI Shigeo | 2016-08-15 | 1 | -1/+17 |
* | rename Verifier to MasterPublicKey | MITSUNARI Shigeo | 2016-08-15 | 3 | -46/+39 |
* | setStr, getStr were removed | MITSUNARI Shigeo | 2016-08-15 | 3 | -67/+14 |
* | add Feldman VSS ; Verifier | MITSUNARI Shigeo | 2016-08-11 | 3 | -12/+136 |
* | add PublicKey::recover | MITSUNARI Shigeo | 2016-08-11 | 3 | -0/+24 |
* | fix typo | MITSUNARI Shigeo | 2016-08-11 | 1 | -2/+4 |
* | fix typo | MITSUNARI Shigeo | 2016-08-11 | 1 | -3/+3 |
* | add sample of bls | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+161 |
* | rm sign.txt before recovering | MITSUNARI Shigeo | 2016-08-10 | 1 | -1/+3 |
* | add bls_smpl | MITSUNARI Shigeo | 2016-08-10 | 4 | -5/+52 |
* | 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 |
* | remove public for debug | MITSUNARI Shigeo | 2016-08-10 | 1 | -1/+0 |
* | test of having same value | MITSUNARI Shigeo | 2016-08-10 | 1 | -0/+7 |
* | first commit | MITSUNARI Shigeo | 2016-08-10 | 5 | -0/+739 |