| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add Ec::getIoMode | MITSUNARI Shigeo | 2017-06-29 | 1 | -4/+3 |
* | use ec:ioMode to operator>> | MITSUNARI Shigeo | 2017-06-29 | 1 | -1/+3 |
* | add tryNum | MITSUNARI Shigeo | 2017-06-28 | 1 | -3/+7 |
* | add sub | MITSUNARI Shigeo | 2017-06-28 | 2 | -3/+63 |
* | use tensorProduct | MITSUNARI Shigeo | 2017-06-28 | 2 | -27/+47 |
* | add enc CipherTextGi | MITSUNARI Shigeo | 2017-06-28 | 1 | -2/+12 |
* | rename convertCipherText to convertCipherTextAtoM | MITSUNARI Shigeo | 2017-06-28 | 2 | -4/+4 |
* | split CipherTextA into CipherText{G1, G2} | MITSUNARI Shigeo | 2017-06-28 | 1 | -37/+47 |
* | remove warning | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+1 |
* | specify lib for mac | MITSUNARI Shigeo | 2017-06-28 | 1 | -5/+5 |
* | disable error message for bn_c_test | MITSUNARI Shigeo | 2017-06-28 | 1 | -2/+2 |
* | fix return type of ostream | MITSUNARI Shigeo | 2017-06-28 | 1 | -1/+1 |
* | remove public | MITSUNARI Shigeo | 2017-06-28 | 1 | -36/+36 |
* | split CipherTextA and CipherTextM | MITSUNARI Shigeo | 2017-06-28 | 2 | -83/+149 |
* | add GTHashTable | MITSUNARI Shigeo | 2017-06-27 | 2 | -6/+144 |
* | a little opitimization of mulEnc1 | MITSUNARI Shigeo | 2017-06-27 | 2 | -18/+8 |
* | a little optimization of rerandomize | MITSUNARI Shigeo | 2017-06-27 | 1 | -8/+6 |
* | add bench of GT::pow | MITSUNARI Shigeo | 2017-06-27 | 1 | -0/+1 |
* | add pub::mulEnc1 | MITSUNARI Shigeo | 2017-06-27 | 2 | -11/+46 |
* | split pairing into millerLoop/finalExp | MITSUNARI Shigeo | 2017-06-27 | 1 | -8/+10 |
* | return int64_t of log | MITSUNARI Shigeo | 2017-06-27 | 1 | -9/+18 |
* | add tryNum | MITSUNARI Shigeo | 2017-06-27 | 2 | -28/+81 |
* | change api name | MITSUNARI Shigeo | 2017-06-27 | 2 | -7/+11 |
* | add cahce of secretKey | MITSUNARI Shigeo | 2017-06-27 | 2 | -11/+97 |
* | add rerandomize | MITSUNARI Shigeo | 2017-06-26 | 2 | -10/+45 |
* | fix source | MITSUNARI Shigeo | 2017-06-26 | 1 | -4/+4 |
* | remove unused variables | MITSUNARI Shigeo | 2017-06-26 | 1 | -6/+0 |
* | move Frobenius to Fp2 | MITSUNARI Shigeo | 2017-06-26 | 4 | -23/+31 |
* | move unitaryInv to Fp12T | MITSUNARI Shigeo | 2017-06-26 | 3 | -14/+14 |
* | check the value of MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-06-24 | 2 | -2/+5 |
* | test for MCL_MAX_BIT_SIZE=384 | MITSUNARI Shigeo | 2017-06-24 | 3 | -1/+15 |
* | start to implement bgn with prime-order pairing | MITSUNARI Shigeo | 2017-06-23 | 3 | -1/+341 |
* | add const std::string& version of hashAndMapToGi | MITSUNARI Shigeo | 2017-06-23 | 1 | -0/+8 |
* | mulGeneric is constant time | MITSUNARI Shigeo | 2017-06-19 | 8 | -44/+56 |
* | const time GVL::mul does not depent on bit length | MITSUNARI Shigeo | 2017-06-16 | 3 | -84/+110 |
* | add comment for name of shared library | MITSUNARI Shigeo | 2017-06-14 | 1 | -1/+2 |
* | add mclBnGT_setInt | MITSUNARI Shigeo | 2017-06-14 | 3 | -1/+16 |
* | add test of badG2 | MITSUNARI Shigeo | 2017-06-13 | 1 | -0/+13 |
* | fix isValidOrder for G2 | MITSUNARI Shigeo | 2017-06-13 | 2 | -1/+7 |
* | add mclBnG1_mulCT | MITSUNARI Shigeo | 2017-06-12 | 2 | -0/+10 |
* | implement GLV for G2 | MITSUNARI Shigeo | 2017-06-11 | 8 | -205/+226 |
* | rename SetInt to SetInt64 | MITSUNARI Shigeo | 2017-06-09 | 1 | -3/+3 |
* | fix typo | MITSUNARI Shigeo | 2017-06-09 | 1 | -1/+1 |
* | setInt accepts int64_t | MITSUNARI Shigeo | 2017-06-09 | 2 | -2/+2 |
* | add getOpUnitSize/getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-06-09 | 2 | -0/+57 |
* | implementing GLV for G2 | MITSUNARI Shigeo | 2017-06-09 | 1 | -62/+152 |
* | fix comment of g | MITSUNARI Shigeo | 2017-06-08 | 1 | -2/+6 |
* | test glv for g2 | MITSUNARI Shigeo | 2017-06-07 | 1 | -8/+22 |
* | fix macro name | MITSUNARI Shigeo | 2017-06-07 | 2 | -15/+76 |
* | rename GLV to GLV1 | MITSUNARI Shigeo | 2017-06-07 | 2 | -15/+18 |
* | elgamal supports ioMode | MITSUNARI Shigeo | 2017-06-07 | 3 | -78/+139 |
* | increase bufSize to get string | MITSUNARI Shigeo | 2017-06-07 | 1 | -8/+8 |
* | add hashAndMapToG{1,2} | MITSUNARI Shigeo | 2017-06-07 | 2 | -6/+15 |
* | fix test | MITSUNARI Shigeo | 2017-06-07 | 2 | -6/+13 |
* | fix cgo | MITSUNARI Shigeo | 2017-06-07 | 1 | -13/+6 |
* | use new api | MITSUNARI Shigeo | 2017-06-06 | 2 | -29/+53 |
* | rename bn_c.cpp to bn_c_impl.hpp | MITSUNARI Shigeo | 2017-06-06 | 2 | -487/+492 |
* | cast is unnecessary | MITSUNARI Shigeo | 2017-06-05 | 1 | -3/+3 |
* | rename mclBn_curve | MITSUNARI Shigeo | 2017-06-05 | 4 | -11/+11 |
* | rename MCLBN_OP_UNIT_SIZE to MCLBN_FP_UNIT_SIZE | MITSUNARI Shigeo | 2017-06-05 | 7 | -36/+35 |
* | make test_go | MITSUNARI Shigeo | 2017-06-05 | 1 | -1/+1 |
* | sample of pairing | MITSUNARI Shigeo | 2017-06-05 | 1 | -1/+18 |
* | add mcl.go | MITSUNARI Shigeo | 2017-06-05 | 2 | -0/+543 |
* | add mclBnG2_serialize, deserialize | MITSUNARI Shigeo | 2017-06-05 | 2 | -8/+27 |
* | rename mbn to mclBn | MITSUNARI Shigeo | 2017-06-04 | 9 | -576/+576 |
* | update bn256.cs to new api | MITSUNARI Shigeo | 2017-06-04 | 2 | -232/+195 |
* | add mbnFr_serialize | MITSUNARI Shigeo | 2017-06-02 | 2 | -4/+8 |
* | unify setHexStr and setDecStr to setStr | MITSUNARI Shigeo | 2017-06-02 | 4 | -82/+58 |
* | rename MBN_ to mbn | MITSUNARI Shigeo | 2017-06-02 | 3 | -367/+368 |
* | update C# sample to new api | MITSUNARI Shigeo | 2017-06-01 | 4 | -240/+294 |
* | rename MCLBN_ to MBN_ | MITSUNARI Shigeo | 2017-06-01 | 7 | -403/+403 |
* | rename MCLBN_initLib to MCLBN_init | MITSUNARI Shigeo | 2017-06-01 | 3 | -6/+6 |
* | rename macro | MITSUNARI Shigeo | 2017-06-01 | 7 | -29/+34 |
* | rename BN_ to MCLBN_ | MITSUNARI Shigeo | 2017-06-01 | 7 | -400/+400 |
* | rename mcl/bn_if.h to mcl/bn.h | MITSUNARI Shigeo | 2017-06-01 | 3 | -2/+2 |
* | rename C interface library | MITSUNARI Shigeo | 2017-06-01 | 5 | -13/+14 |
* | add bufSize for SetStr functions | MITSUNARI Shigeo | 2017-05-31 | 3 | -35/+55 |
* | fix mklib.bat | MITSUNARI Shigeo | 2017-05-31 | 1 | -2/+2 |
* | rename BN_MAX_FP_UNIT_SIZE to BN_MAX_OP_UNIT_SIZE | MITSUNARI Shigeo | 2017-05-31 | 6 | -21/+21 |
* | add test/bn_if384_test.cpp | MITSUNARI Shigeo | 2017-05-31 | 1 | -0/+6 |
* | add bn_if384_test.exe | MITSUNARI Shigeo | 2017-05-31 | 4 | -291/+302 |
* | rename BN_init to BN_initLib | MITSUNARI Shigeo | 2017-05-31 | 4 | -10/+11 |
* | show curve name on bench | MITSUNARI Shigeo | 2017-05-31 | 2 | -2/+9 |
* | add bench UNIT=4 and 6 | MITSUNARI Shigeo | 2017-05-31 | 2 | -4/+12 |
* | bn_if256 test passed | MITSUNARI Shigeo | 2017-05-31 | 3 | -173/+225 |
* | rename hashAndMapTo | MITSUNARI Shigeo | 2017-05-31 | 3 | -12/+12 |
* | use size_t in bn_if.h | MITSUNARI Shigeo | 2017-05-31 | 3 | -34/+36 |
* | rename bn256 to bn_f | MITSUNARI Shigeo | 2017-05-31 | 3 | -7/+21 |
* | rename isSame to isEqual | MITSUNARI Shigeo | 2017-05-30 | 6 | -56/+72 |
* | rename BN256 to BN | MITSUNARI Shigeo | 2017-05-30 | 4 | -452/+455 |
* | rename setMsg to SetHashOf | MITSUNARI Shigeo | 2017-05-30 | 8 | -19/+19 |
* | primeSize is half of bitSize | MITSUNARI Shigeo | 2017-05-30 | 1 | -12/+15 |
* | add pailler encryption | MITSUNARI Shigeo | 2017-05-29 | 3 | -1/+108 |
* | change spec of copyAndMask | MITSUNARI Shigeo | 2017-05-29 | 3 | -3/+6 |
* | add littleEndianToHexStr | MITSUNARI Shigeo | 2017-05-29 | 3 | -0/+73 |
* | rename IoEcComp to IoFixedSizeByteSeq | MITSUNARI Shigeo | 2017-05-28 | 6 | -22/+22 |
* | cmake downloads all extra files | MITSUNARI Shigeo | 2017-05-21 | 2 | -30/+52 |
* | CMakeLits.txt supports visual studio | MITSUNARI Shigeo | 2017-05-21 | 1 | -36/+75 |
* | cmake downloads xbyak, cybozulib | MITSUNARI Shigeo | 2017-05-21 | 1 | -2/+15 |
* | decrese false probability of prime detection | MITSUNARI Shigeo | 2017-05-18 | 1 | -1/+1 |
* | disable warning for Block b | MITSUNARI Shigeo | 2017-05-18 | 1 | -0/+7 |
* | Revert "split fp2.hpp from fp_tower.hpp" | MITSUNARI Shigeo | 2017-05-12 | 2 | -579/+564 |
* | fix check limit size | MITSUNARI Shigeo | 2017-05-12 | 1 | -1/+1 |
* | split fp2.hpp from fp_tower.hpp | MITSUNARI Shigeo | 2017-05-12 | 2 | -564/+579 |
* | change struct gmp to namespace gmp | MITSUNARI Shigeo | 2017-05-12 | 2 | -264/+264 |
* | rename getGoodRepl to getNAF | MITSUNARI Shigeo | 2017-05-12 | 2 | -79/+83 |
* | remove Fp2:getBitSize() | MITSUNARI Shigeo | 2017-05-11 | 2 | -3/+1 |
* | simplify C# method | MITSUNARI Shigeo | 2017-05-09 | 2 | -198/+182 |
* | add #if MCL_MAX_UNIT_SIZE >= | MITSUNARI Shigeo | 2017-05-08 | 3 | -6/+18 |
* | revert b = {}; | MITSUNARI Shigeo | 2017-05-08 | 1 | -1/+1 |
* | rename maxOpUnitSize to maxUnitSize | MITSUNARI Shigeo | 2017-05-08 | 2 | -11/+11 |
* | reduce code generator if MCL_MAX_BIT_SIZE=256 | MITSUNARI Shigeo | 2017-05-08 | 4 | -23/+37 |
* | disable vc warning | MITSUNARI Shigeo | 2017-05-08 | 1 | -1/+1 |
* | Revert "use unsafe fixed for Fr" | MITSUNARI Shigeo | 2017-05-07 | 3 | -53/+55 |
* | use unsafe fixed for Fr | MITSUNARI Shigeo | 2017-05-06 | 3 | -55/+53 |
* | remove warning of vc2015 | MITSUNARI Shigeo | 2017-05-06 | 2 | -4/+4 |
* | add SHARE_BASENAME_SUF | MITSUNARI Shigeo | 2017-05-06 | 1 | -4/+5 |
* | remove unnecessary header | MITSUNARI Shigeo | 2017-05-04 | 1 | -1/+0 |
* | add cmake install | MITSUNARI Shigeo | 2017-05-02 | 1 | -3/+11 |
* | add make install | MITSUNARI Shigeo | 2017-05-02 | 1 | -0/+8 |
* | [change] throw exception if prefix conflicts with base | MITSUNARI Shigeo | 2017-05-01 | 3 | -19/+30 |
* | change value of IoPrefix | MITSUNARI Shigeo | 2017-05-01 | 3 | -10/+10 |
* | add remark for mulCT, powCT | MITSUNARI Shigeo | 2017-05-01 | 2 | -0/+4 |
* | all tests passed | MITSUNARI Shigeo | 2017-05-01 | 7 | -59/+129 |
* | add test of ioMode for Ec | MITSUNARI Shigeo | 2017-04-28 | 1 | -12/+12 |
* | add Ec::getStr(mcl::IoEcProj) | MITSUNARI Shigeo | 2017-04-28 | 2 | -5/+18 |
* | change compressedExpression_ to ioMode_ | MITSUNARI Shigeo | 2017-04-28 | 3 | -21/+34 |
* | change api of arrayToStr | MITSUNARI Shigeo | 2017-04-28 | 3 | -7/+10 |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -3/+15 |
* | set default ioMode = 0 | MITSUNARI Shigeo | 2017-04-27 | 3 | -19/+32 |
* | add Fp2::readStream | MITSUNARI Shigeo | 2017-04-27 | 3 | -37/+33 |
* | Ec::setStr uses readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -33/+26 |
* | use readStream for Ec | MITSUNARI Shigeo | 2017-04-27 | 1 | -13/+17 |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 6 | -89/+165 |
* | specify normalize for table | MITSUNARI Shigeo | 2017-04-25 | 1 | -0/+3 |
* | fix compile error | MITSUNARI Shigeo | 2017-04-20 | 1 | -4/+4 |
* | split pow and powCT | MITSUNARI Shigeo | 2017-04-20 | 1 | -4/+15 |
* | Merge pull request #9 from arybczak/expose-const-time-pow | MITSUNARI Shigeo | 2017-04-20 | 1 | -8/+8 |
|\ |
|
| * | Expose const time exponentiation for fields | Andrzej Rybczak | 2017-04-20 | 1 | -8/+8 |
|/ |
|
* | install libssl-dev | MITSUNARI Shigeo | 2017-04-19 | 1 | -2/+2 |
* | add CMakeLists.txt | MITSUNARI Shigeo | 2017-04-19 | 2 | -0/+66 |
* | add CFLAGS_OPT_USER to make | MITSUNARI Shigeo | 2017-04-19 | 2 | -1/+7 |
* | pairing(P, zero) should be 1 | MITSUNARI Shigeo | 2017-04-19 | 2 | -0/+35 |
* | change 'Ec::normalize() const' to 'Ec::normalize()' | MITSUNARI Shigeo | 2017-04-13 | 3 | -36/+58 |
* | add EcT::normalize(EcT&, const EcT&) | MITSUNARI Shigeo | 2017-04-13 | 5 | -12/+18 |
* | Merge pull request #2 from arybczak/add-set | MITSUNARI Shigeo | 2017-04-12 | 1 | -0/+11 |
|\ |
|
| * | add set to Fp6T and Fp2T | Andrzej Rybczak | 2017-04-11 | 1 | -0/+11 |
|/ |
|
* | fix assert | MITSUNARI Shigeo | 2017-04-09 | 1 | -1/+1 |
* | fix compile error EcT<Fp2T<Fp>> | MITSUNARI Shigeo | 2017-04-09 | 1 | -1/+19 |
* | add IoTight repl for elliptic curve | MITSUNARI Shigeo | 2017-04-09 | 4 | -28/+103 |
* | getArray is removed | MITSUNARI Shigeo | 2017-04-08 | 1 | -14/+0 |
* | add copyByteToUnitAsLE and copyUnitToByteAsLE | MITSUNARI Shigeo | 2017-04-08 | 3 | -5/+100 |
* | remove warning of vc | MITSUNARI Shigeo | 2017-04-07 | 1 | -2/+2 |
* | update refer | MITSUNARI Shigeo | 2017-04-07 | 1 | -2/+1 |
* | use another GLV algo. | MITSUNARI Shigeo | 2017-04-07 | 2 | -110/+151 |
* | a little faster G1::mul | MITSUNARI Shigeo | 2017-04-03 | 5 | -35/+102 |
* | bug fix of mulCTrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 2 | -1/+5 |
* | constTime version of GLV for G1 | MITSUNARI Shigeo | 2017-03-28 | 2 | -10/+20 |
* | at first modulo | MITSUNARI Shigeo | 2017-03-28 | 1 | -1/+1 |
* | enable glv method for G1 | MITSUNARI Shigeo | 2017-03-27 | 2 | -3/+63 |
* | fix declaration of template | MITSUNARI Shigeo | 2017-03-26 | 1 | -1/+1 |
* | start to imple GLV for G1 | MITSUNARI Shigeo | 2017-03-26 | 5 | -1/+154 |
* | unify powGeneric and powGenericCT | MITSUNARI Shigeo | 2017-03-26 | 2 | -68/+33 |
* | add const for normalize | MITSUNARI Shigeo | 2017-03-26 | 2 | -4/+4 |
* | add test of mapToG2 | MITSUNARI Shigeo | 2017-03-26 | 1 | -0/+4 |
* | old code is removed | MITSUNARI Shigeo | 2017-03-26 | 1 | -28/+0 |
* | update benchmark of bn384 | MITSUNARI Shigeo | 2017-03-26 | 1 | -4/+2 |
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 3 | -3/+2 |
* | add option for bn384_test | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+22 |
* | compare Ec::add and mixed Ec::add | MITSUNARI Shigeo | 2017-03-25 | 1 | -3/+7 |
* | simplify output of test | MITSUNARI Shigeo | 2017-03-23 | 1 | -47/+54 |
* | defaut constructor of Ec does not clear the memory | MITSUNARI Shigeo | 2017-03-17 | 5 | -8/+19 |
* | fix comment | MITSUNARI Shigeo | 2017-03-17 | 1 | -2/+2 |
* | add constant time scalar mul for EC | MITSUNARI Shigeo | 2017-03-17 | 3 | -40/+63 |
* | add getQuadraticNonResidue | MITSUNARI Shigeo | 2017-03-15 | 1 | -5/+9 |
* | add bn384.hpp | MITSUNARI Shigeo | 2017-03-14 | 2 | -10/+44 |
* | add almost constant-time pow | MITSUNARI Shigeo | 2017-03-14 | 3 | -3/+56 |
* | make returns 1 if tests fail | MITSUNARI Shigeo | 2017-03-13 | 1 | -1/+1 |
* | remove comment | MITSUNARI Shigeo | 2017-03-11 | 1 | -5/+0 |
* | change type of z from mpz_class to const char* | MITSUNARI Shigeo | 2017-03-11 | 1 | -8/+9 |
* | benchmark of 382-bit pairing | MITSUNARI Shigeo | 2017-03-11 | 2 | -6/+27 |
* | add bn384_test | MITSUNARI Shigeo | 2017-03-10 | 3 | -3/+44 |
* | change type of CurveParam.z | MITSUNARI Shigeo | 2017-03-10 | 1 | -10/+7 |
* | enable bn256_test.cpp for travis | MITSUNARI Shigeo | 2017-03-09 | 2 | -5/+2 |
* | add apis to precompute | MITSUNARI Shigeo | 2017-03-09 | 3 | -0/+324 |
* | compile with debug mode for travis-ci | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+2 |
* | avoid bn256_test if travis-ci | MITSUNARI Shigeo | 2017-03-08 | 2 | -3/+5 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | specify dependency of bn256_test.o | MITSUNARI Shigeo | 2017-03-08 | 1 | -3/+4 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -4/+4 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 2 | -2/+2 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | debug makefile | MITSUNARI Shigeo | 2017-03-08 | 2 | -2/+2 |
* | remove clang in travis.yml | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+0 |
* | add sudo | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+2 |
* | install libgmp-dev | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+2 |
* | set travis CI | MITSUNARI Shigeo | 2017-03-08 | 2 | -0/+13 |
* | avoid size_t because it is depends on 32/64-bit architecture | MITSUNARI Shigeo | 2017-03-08 | 3 | -17/+16 |
* | add precomputed functions for C | MITSUNARI Shigeo | 2017-03-08 | 1 | -18/+25 |
* | add getPrecomputedQcoeffSize | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+11 |
* | fix typo of doc | MITSUNARI Shigeo | 2017-03-08 | 1 | -10/+11 |
* | add doc for G2 | MITSUNARI Shigeo | 2017-03-07 | 1 | -0/+5 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 11 | -339/+81 |
* | rename log file | MITSUNARI Shigeo | 2017-03-06 | 1 | -1/+1 |
* | split program.cs to bn256.cs and bn256_test.cs | MITSUNARI Shigeo | 2017-03-06 | 6 | -571/+636 |
* | add pairing test for C# | MITSUNARI Shigeo | 2017-03-06 | 1 | -0/+27 |
* | rename libbn256_if.so to libbn256_ifs.so | MITSUNARI Shigeo | 2017-03-06 | 1 | -2/+4 |
* | rename libmcl.so to libmcls.so | MITSUNARI Shigeo | 2017-03-05 | 1 | -1/+1 |
* | add test for isZero, isOne | MITSUNARI Shigeo | 2017-03-04 | 1 | -2/+4 |
* | add GT for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -9/+146 |
* | fix comment of size | MITSUNARI Shigeo | 2017-03-04 | 1 | -1/+1 |
* | add imple of G2 and test for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -0/+91 |
* | update RELIC benchmark for x64 with optimized option | MITSUNARI Shigeo | 2017-03-03 | 1 | -1/+6 |
* | add BN256_G1* functions for C# | MITSUNARI Shigeo | 2017-03-03 | 1 | -8/+126 |
* | import G1 functions | MITSUNARI Shigeo | 2017-03-02 | 1 | -8/+22 |
* | accept amd64 as x86_64 | MITSUNARI Shigeo | 2017-03-02 | 1 | -0/+7 |
* | ffi for C#/Python(TBD) | MITSUNARI Shigeo | 2017-02-26 | 6 | -0/+377 |
* | rename arguments from str to s | MITSUNARI Shigeo | 2017-02-23 | 1 | -8/+8 |
* | add doc for string format | MITSUNARI Shigeo | 2017-02-21 | 1 | -0/+11 |
* | update Makefile for test/bn256_if_test.cpp and sample/pairing_if.c | MITSUNARI Shigeo | 2017-02-21 | 2 | -7/+34 |
* | include stddef.h for size_t | MITSUNARI Shigeo | 2017-02-21 | 1 | -0/+1 |
* | fix typo | MITSUNARI Shigeo | 2017-02-21 | 2 | -1/+53 |
* | chmod 644 *.bat | MITSUNARI Shigeo | 2017-02-21 | 4 | -0/+0 |
* | refactor mklib.bat and mk.bat | MITSUNARI Shigeo | 2017-02-21 | 5 | -11/+23 |
* | remove warning of vc15 | MITSUNARI Shigeo | 2017-02-21 | 1 | -5/+5 |
* | make bn256_if.dll | MITSUNARI Shigeo | 2017-02-21 | 4 | -65/+84 |
* | add Fr/G1/G2 isValid | MITSUNARI Shigeo | 2017-02-19 | 3 | -8/+32 |
* | close after test | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+6 |
* | add test of G1, G2, GT and pairing | MITSUNARI Shigeo | 2017-02-19 | 3 | -0/+158 |
* | add test of getStr | MITSUNARI Shigeo | 2017-02-19 | 1 | -2/+8 |
* | add alias of GT | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+1 |
* | change init function name | MITSUNARI Shigeo | 2017-02-18 | 1 | -2/+2 |
* | add random.hpp and ahe.hpp | MITSUNARI Shigeo | 2017-02-18 | 2 | -0/+109 |
* | reduce posibility of calling malloc | MITSUNARI Shigeo | 2017-02-16 | 1 | -0/+1 |
* | test of bn256_if(cnd) | MITSUNARI Shigeo | 2017-02-15 | 1 | -0/+94 |
* | add test of BN256_Fr | MITSUNARI Shigeo | 2017-02-15 | 2 | -0/+570 |
* | split functions for bls_sig.cpp | MITSUNARI Shigeo | 2017-02-15 | 1 | -16/+28 |
* | P is not used | MITSUNARI Shigeo | 2017-02-15 | 1 | -1/+0 |
* | add BLS signature sample | MITSUNARI Shigeo | 2017-02-15 | 2 | -1/+67 |
* | add arguments of mk.bat | MITSUNARI Shigeo | 2017-02-15 | 2 | -2/+2 |
* | add getStr() | MITSUNARI Shigeo | 2017-02-15 | 1 | -1/+10 |
* | fix getRandVal test | MITSUNARI Shigeo | 2017-02-14 | 2 | -12/+14 |
* | use std::random_device for Fp::setRand | MITSUNARI Shigeo | 2017-02-14 | 1 | -1/+21 |
* | remove old order arguments | MITSUNARI Shigeo | 2017-02-13 | 2 | -14/+2 |
* | add wrapper functions ; BN::mapToGi | MITSUNARI Shigeo | 2017-02-13 | 2 | -10/+8 |
* | update java.md to change the order of the arguments of pairing | MITSUNARI Shigeo | 2017-02-13 | 1 | -4/+4 |
* | fix typo | MITSUNARI Shigeo | 2017-02-13 | 1 | -1/+1 |
* | add Fp6::isOne and Fp12::isOne | MITSUNARI Shigeo | 2017-02-12 | 1 | -0/+8 |
* | change the order of arguments of G1 and G2 | MITSUNARI Shigeo | 2017-02-12 | 7 | -67/+70 |