Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the order of linking libraries | MITSUNARI Shigeo | 2017-02-13 | 1 | -2/+2 |
* | use Fp::setMsg | MITSUNARI Shigeo | 2017-02-12 | 1 | -2/+1 |
* | 1.4 times faster Sign::verify | MITSUNARI Shigeo | 2017-02-12 | 2 | -8/+33 |
* | change the order of arguments of G1 and G2 | MITSUNARI Shigeo | 2017-02-12 | 1 | -2/+2 |
* | add doc for windows | MITSUNARI Shigeo | 2017-02-03 | 1 | -0/+1 |
* | remove make comments for run_uncheck_go | MITSUNARI Shigeo | 2017-02-03 | 1 | -6/+1 |
* | add mk.bat and mklib.bat for windows | MITSUNARI Shigeo | 2017-02-03 | 4 | -1/+19 |
* | update calcG1 method | MITSUNARI Shigeo | 2017-01-28 | 1 | -2/+1 |
* | remove old api test | MITSUNARI Shigeo | 2017-01-20 | 1 | -29/+4 |
* | use wrapped header | MITSUNARI Shigeo | 2017-01-20 | 1 | -11/+2 |
* | refactor recover() | MITSUNARI Shigeo | 2017-01-20 | 3 | -56/+15 |
* | cgo accesses to T[] of Go | MITSUNARI Shigeo | 2017-01-20 | 5 | -46/+54 |
* | break go api | MITSUNARI Shigeo | 2017-01-20 | 2 | -89/+42 |
* | add doc for go 1.6old-go-api | MITSUNARI Shigeo | 2017-01-19 | 2 | -0/+13 |
* | runtime.SetFinalizer is removed | MITSUNARI Shigeo | 2016-09-14 | 1 | -67/+54 |
* | put runtime information | MITSUNARI Shigeo | 2016-09-14 | 1 | -1/+10 |
* | bls_if stack version | MITSUNARI Shigeo | 2016-09-14 | 3 | -5/+41 |
* | go fmt | MITSUNARI Shigeo | 2016-09-14 | 2 | -5/+5 |
* | remove all destructors | MITSUNARI Shigeo | 2016-09-14 | 2 | -170/+73 |
* | 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 | 2 | -5/+23 |
* | avoid copy of instance at Go | MITSUNARI Shigeo | 2016-09-08 | 4 | -33/+77 |
* | pass the pointer of Id | MITSUNARI Shigeo | 2016-09-07 | 2 | -5/+5 |
* | add verifyPop | MITSUNARI Shigeo | 2016-09-07 | 4 | -0/+32 |
* | add SecretKey::setArray | MITSUNARI Shigeo | 2016-09-07 | 4 | -0/+18 |
* | add test of Sign.Recover | MITSUNARI Shigeo | 2016-09-07 | 2 | -2/+67 |
* | return error if fails | MITSUNARI Shigeo | 2016-09-07 | 1 | -15/+19 |
* | add test for bls_if.h | MITSUNARI Shigeo | 2016-09-07 | 1 | -0/+32 |
* | 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 |