Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add Recover of PublicKey/Sign | MITSUNARI Shigeo | 2016-09-07 | 2 | -13/+71 | |
* | add sample of recovering secret key for Go | MITSUNARI Shigeo | 2016-09-06 | 4 | -0/+95 | |
* | add recover/set for C api | MITSUNARI Shigeo | 2016-09-06 | 3 | -18/+95 | |
* | add Secret::set for c api | MITSUNARI Shigeo | 2016-09-06 | 3 | -0/+37 | |
* | add Add(rhs) method | MITSUNARI Shigeo | 2016-09-06 | 3 | -0/+27 | |
* | remove old code | MITSUNARI Shigeo | 2016-09-06 | 1 | -9/+0 | |
* | remove Bls in class name | MITSUNARI Shigeo | 2016-09-06 | 2 | -217/+48 | |
* | make package | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+174 | |
* | make class | MITSUNARI Shigeo | 2016-09-06 | 3 | -65/+215 | |
* | make BlsId class | MITSUNARI Shigeo | 2016-09-06 | 1 | -6/+49 | |
* | use defer | MITSUNARI Shigeo | 2016-09-06 | 3 | -3/+44 | |
* | use byte array | MITSUNARI Shigeo | 2016-09-06 | 1 | -6/+3 | |
* | add run_go | MITSUNARI Shigeo | 2016-09-06 | 1 | -2/+5 | |
* | add go sample | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+42 | |
* | add C interface | MITSUNARI Shigeo | 2016-09-06 | 3 | -2/+166 | |
* | add header stdint.h for uint64_t | MITSUNARI Shigeo | 2016-09-06 | 1 | -0/+1 | |
* | follow new getStr() of mcl | MITSUNARI Shigeo | 2016-09-05 | 1 | -1/+1 | |
* | accept multi line message. remove last '\n' | MITSUNARI Shigeo | 2016-09-03 | 1 | -4/+15 | |
* | update document | MITSUNARI Shigeo | 2016-09-01 | 1 | -9/+9 | |
* | fix test ; operator<<() always output 0x + hexadecimal | MITSUNARI Shigeo | 2016-09-01 | 1 | -2/+2 | |
* | fix ; replace SecretKey with Sign | MITSUNARI Shigeo | 2016-09-01 | 1 | -5/+5 | |
* | add vervose option for bls_tool.exe | MITSUNARI Shigeo | 2016-08-31 | 1 | -2/+25 | |
* | always hex string with prefix 0x | MITSUNARI Shigeo | 2016-08-31 | 3 | -7/+16 | |
* | update sample for new api | MITSUNARI Shigeo | 2016-08-31 | 1 | -21/+20 | |
* | refactor bls.cpp | MITSUNARI Shigeo | 2016-08-31 | 3 | -107/+67 | |
* | 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 |