Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use gometalinter | MITSUNARI Shigeo | 2017-04-23 | 2 | -3/+2 | |
* | add GetCurveOrder/GetFieldOrder to Go | MITSUNARI Shigeo | 2017-04-23 | 3 | -1/+51 | |
* | move benchmark to last | MITSUNARI Shigeo | 2017-04-23 | 1 | -28/+33 | |
* | add getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-04-23 | 5 | -10/+73 | |
* | use golinter | MITSUNARI Shigeo | 2017-04-18 | 2 | -19/+53 | |
* | correct CurveFp382_1 to _2 | MITSUNARI Shigeo | 2017-04-14 | 1 | -1/+1 | |
* | rename go/blscgo to go/bls | MITSUNARI Shigeo | 2017-04-14 | 5 | -221/+351 | |
* | fix fmt | MITSUNARI Shigeo | 2017-04-10 | 1 | -1/+1 | |
* | use []byte instead of string | MITSUNARI Shigeo | 2017-04-10 | 1 | -18/+15 | |
* | fix comment | MITSUNARI Shigeo | 2017-04-10 | 1 | -3/+8 | |
* | add SetData/GetData/IsSame to bls.cgo | MITSUNARI Shigeo | 2017-04-09 | 2 | -0/+107 | |
* | add GetData/SetData/IsSame | MITSUNARI Shigeo | 2017-04-09 | 3 | -0/+124 | |
* | add getData() and setData() | MITSUNARI Shigeo | 2017-04-09 | 3 | -0/+97 | |
* | remove phony for mcl_lib | MITSUNARI Shigeo | 2017-04-05 | 1 | -3/+1 | |
* | add vcproj files | MITSUNARI Shigeo | 2017-04-03 | 10 | -6/+278 | |
* | sign is constant time ; signCT is removedrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 7 | -32/+3 | |
* | use testing | MITSUNARI Shigeo | 2017-04-02 | 2 | -46/+57 | |
* | default UNIT is 6 | MITSUNARI Shigeo | 2017-04-02 | 4 | -9/+7 | |
* | compare sign as string | MITSUNARI Shigeo | 2017-04-02 | 1 | -1/+1 | |
* | add test of signCT | MITSUNARI Shigeo | 2017-04-02 | 1 | -0/+3 | |
* | remove mkdir | MITSUNARI Shigeo | 2017-03-27 | 1 | -4/+0 | |
* | add benchmark of sign and signCT | MITSUNARI Shigeo | 2017-03-26 | 1 | -6/+11 | |
* | add constant time sign SecretKey::signCT | MITSUNARI Shigeo | 2017-03-17 | 6 | -0/+24 | |
* | fixed typo | MITSUNARI Shigeo | 2017-03-16 | 1 | -1/+1 | |
* | add test for all cuvres | MITSUNARI Shigeo | 2017-03-16 | 2 | -34/+77 | |
* | go fmt | MITSUNARI Shigeo | 2017-03-15 | 2 | -7/+10 | |
* | ensure size of SetArray | MITSUNARI Shigeo | 2017-03-15 | 2 | -16/+41 | |
* | fix correct getOpUnitSize() | MITSUNARI Shigeo | 2017-03-15 | 1 | -1/+1 | |
* | add getOpUnitSize | MITSUNARI Shigeo | 2017-03-15 | 5 | -1/+12 | |
* | default UNIT=4 | MITSUNARI Shigeo | 2017-03-15 | 1 | -0/+1 | |
* | add bat file to make for windows | MITSUNARI Shigeo | 2017-03-15 | 2 | -0/+10 | |
* | add UNIT option to select bn256 or bn384 | MITSUNARI Shigeo | 2017-03-15 | 9 | -33/+60 | |
* | start to support 384-bit curve | MITSUNARI Shigeo | 2017-03-14 | 7 | -39/+75 | |
* | run_go after make clean | MITSUNARI Shigeo | 2017-03-14 | 2 | -0/+3 | |
* | add make run_go | MITSUNARI Shigeo | 2017-03-14 | 1 | -0/+1 | |
* | minimize difference between bls.go and https://raw.githubusercontent.com/dfin... | MITSUNARI Shigeo | 2017-03-14 | 2 | -70/+91 | |
* | test with DEBUG=1 | MITSUNARI Shigeo | 2017-03-13 | 1 | -1/+1 | |
* | make returns 1 if tests fail | MITSUNARI Shigeo | 2017-03-13 | 1 | -1/+1 | |
* | ensure empty directory | MITSUNARI Shigeo | 2017-03-12 | 3 | -0/+0 | |
* | add travis-ci | MITSUNARI Shigeo | 2017-03-08 | 2 | -0/+18 | |
* | always make mcl | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+2 | |
* | Revert "specify link libmcl.a directly" | MITSUNARI Shigeo | 2017-03-05 | 1 | -2/+2 | |
* | specify link libmcl.a directly | MITSUNARI Shigeo | 2017-03-04 | 1 | -2/+2 | |
* | benchmark of Sign::recover of n = 3 | MITSUNARI Shigeo | 2017-02-17 | 1 | -0/+7 | |
* | use a new function mapToG1 | MITSUNARI Shigeo | 2017-02-13 | 1 | -6/+1 | |
* | 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 |