Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |