Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | benchmark of pairing operationsHEADmasterdev | MITSUNARI Shigeo | 2019-03-29 | 1 | -0/+21 |
* | shortcut for Ec::mul(Px, P, x) if P = 0 | MITSUNARI Shigeo | 2019-03-22 | 3 | -1/+6 |
* | update doc | MITSUNARI Shigeo | 2019-03-21 | 1 | -0/+1 |
* | binding of she supports windows | MITSUNARI Shigeo | 2019-03-21 | 2 | -4/+10 |
* | add binding of she for python | MITSUNARI Shigeo | 2019-03-21 | 2 | -1/+309 |
* | Merge pull request #50 from sylvarant/master | MITSUNARI Shigeo | 2019-03-19 | 1 | -0/+4 |
|\ | |||||
| * | Detect arm CPU in CMake | sylvarant | 2019-03-19 | 1 | -0/+4 |
|/ | |||||
* | version v0.91 | MITSUNARI Shigeo | 2019-03-14 | 4 | -1/+46 |
* | remove unnecessary output | MITSUNARI Shigeo | 2019-03-14 | 1 | -1/+0 |
* | Modp supports mcl-wasm | MITSUNARI Shigeo | 2019-03-14 | 1 | -1/+33 |
* | increase max size of Vint | MITSUNARI Shigeo | 2019-03-13 | 1 | -1/+2 |
* | add version | MITSUNARI Shigeo | 2019-03-12 | 5 | -0/+11 |
* | fix Vint::setArray(x) for x == self | MITSUNARI Shigeo | 2019-03-12 | 1 | -2/+9 |
* | fix comment of mclBnFr_setLittleEndian | MITSUNARI Shigeo | 2019-03-09 | 1 | -1/+3 |
* | update history | MITSUNARI Shigeo | 2019-03-08 | 1 | -0/+1 |
* | add mclBn{Fr,Fp}_setLittleEndianMod | MITSUNARI Shigeo | 2019-03-07 | 3 | -0/+48 |
* | add mclBnFp_{set,get}Str | MITSUNARI Shigeo | 2019-03-07 | 2 | -0/+10 |
* | add Fp::setArray with Mod | MITSUNARI Shigeo | 2019-03-07 | 4 | -3/+68 |
* | shortcut of modp if small | MITSUNARI Shigeo | 2019-03-07 | 1 | -6/+14 |
* | change IF of Modp::init | MITSUNARI Shigeo | 2019-03-07 | 2 | -3/+4 |
* | fast reduction accepts bls12-381 prime | MITSUNARI Shigeo | 2019-03-07 | 2 | -2/+35 |
* | optimize Vint::div for small denominator | MITSUNARI Shigeo | 2019-03-06 | 2 | -5/+113 |
* | add Modp class | MITSUNARI Shigeo | 2019-03-05 | 2 | -0/+83 |
* | Merge branch 'osyoyu-master' into dev | MITSUNARI Shigeo | 2019-03-02 | 1 | -2/+2 |
|\ | |||||
| * | set xi_a for Fp::init | MITSUNARI Shigeo | 2019-03-02 | 1 | -1/+1 |
| * | Fix Fp2::init() call in samples | osyoyu | 2019-02-28 | 1 | -1/+1 |
|/ | |||||
* | evaluatePolynomial sets out = c[0] if cSize = 1 | MITSUNARI Shigeo | 2019-02-20 | 2 | -2/+9 |
* | LagrangeInterpolation sets out = yVec[0] if k = 1 | MITSUNARI Shigeo | 2019-02-20 | 4 | -4/+13 |
* | add G1only | MITSUNARI Shigeo | 2019-02-15 | 8 | -39/+210 |
* | add test of affine+generic | MITSUNARI Shigeo | 2019-02-14 | 1 | -0/+36 |
* | a little optimization of Ec::addProj for both are affine | MITSUNARI Shigeo | 2019-02-13 | 1 | -6/+19 |
* | refactor Ec::add | MITSUNARI Shigeo | 2019-02-13 | 1 | -21/+10 |
* | a little optimization of Ec::addJacobi if both points are affine | MITSUNARI Shigeo | 2019-02-13 | 3 | -40/+90 |
* | add some benchmark | MITSUNARI Shigeo | 2019-02-13 | 1 | -0/+25 |
* | add test without xbyak | MITSUNARI Shigeo | 2019-02-06 | 1 | -0/+2 |
* | fix. clear mul_xi in init | MITSUNARI Shigeo | 2019-02-06 | 1 | -0/+1 |
* | how to set generators of G1 and G2 | MITSUNARI Shigeo | 2019-02-04 | 1 | -0/+12 |
* | serialization format | MITSUNARI Shigeo | 2019-02-04 | 1 | -0/+26 |
* | fix typo | MITSUNARI Shigeo | 2019-02-04 | 1 | -1/+1 |
* | add mclBn_getFpByteSize | MITSUNARI Shigeo | 2019-02-03 | 2 | -1/+10 |
* | add thanks | MITSUNARI Shigeo | 2019-02-03 | 1 | -1/+1 |
|\ | |||||
| * | add thanks to readme.md | MITSUNARI Shigeo | 2019-01-31 | 1 | -1/+1 |
* | | change members of mclBnFp2 | MITSUNARI Shigeo | 2019-01-31 | 2 | -6/+5 |
* | | add mclBnFp_mapToG1 and mclBnFp2_mapToG2 | MITSUNARI Shigeo | 2019-01-31 | 4 | -0/+167 |
|/ | |||||
* | fix crash on x64-CPU without AVX | MITSUNARI Shigeo | 2019-01-31 | 3 | -4/+9 |
* | remove SOVERSION of library in cmake | MITSUNARI Shigeo | 2019-01-31 | 1 | -1/+2 |
* | disable cast-function-type warning of g++-8 | MITSUNARI Shigeo | 2019-01-12 | 4 | -21/+30 |
* | set CGO_* for cgo | MITSUNARI Shigeo | 2019-01-05 | 2 | -9/+8 |
* | rename libmcl_dy.so to libmcl.so | MITSUNARI Shigeo | 2018-12-31 | 4 | -38/+22 |
* | fix include path to build mcl-wasm | MITSUNARI Shigeo | 2018-12-31 | 1 | -1/+1 |
* | remove -O0 option | MITSUNARI Shigeo | 2018-12-20 | 1 | -1/+1 |
* | add doc to build without OpenSSL/GMP | MITSUNARI Shigeo | 2018-12-20 | 1 | -0/+12 |
* | add SOVERSION for cmake | MITSUNARI Shigeo | 2018-12-19 | 1 | -2/+3 |
* | Merge pull request #41 from dfinity/master | MITSUNARI Shigeo | 2018-12-15 | 1 | -0/+1 |
|\ | |||||
| * | shared libraries should be linked to their dependencies | Ximin Luo | 2018-12-15 | 1 | -0/+1 |
* | | fix a layout of doc | MITSUNARI Shigeo | 2018-12-15 | 1 | -1/+0 |
* | | fix a layout of doc | MITSUNARI Shigeo | 2018-12-15 | 1 | -1/+1 |
* | | add description of hashAndMapToGi | MITSUNARI Shigeo | 2018-12-15 | 1 | -3/+10 |
|/ | |||||
* | cmake install bn_c_impl.hpp | MITSUNARI Shigeo | 2018-12-13 | 1 | -0/+1 |
* | move bn_c_impl.hpp to public | MITSUNARI Shigeo | 2018-12-13 | 6 | -5/+9 |
* | a little optimization of Fp12::mul | MITSUNARI Shigeo | 2018-12-10 | 1 | -86/+117 |
* | add test pattern | MITSUNARI Shigeo | 2018-12-06 | 1 | -8/+9 |
* | The dynamic library should be named the same as the static library | Ximin Luo | 2018-12-06 | 2 | -1/+10 |
* | clear() is reduced | MITSUNARI Shigeo | 2018-12-05 | 1 | -1/+6 |
* | add bn384_256 tag for cgo | MITSUNARI Shigeo | 2018-12-03 | 3 | -3/+21 |
* | fix GT operations | MITSUNARI Shigeo | 2018-12-02 | 1 | -5/+5 |
* | remove C++ syntax | MITSUNARI Shigeo | 2018-11-29 | 1 | -1/+1 |
* | add Array::operator= if exception is enable | MITSUNARI Shigeo | 2018-11-27 | 2 | -6/+46 |
* | use sha2.hpp instead of crypto.hpp | MITSUNARI Shigeo | 2018-11-27 | 5 | -51/+32 |
* | update cybozulib(Sha api is changed) | MITSUNARI Shigeo | 2018-11-26 | 2 | -183/+177 |
* | setByCSPRNG uses setArrayMask to be compatible to setHashOf | MITSUNARI Shigeo | 2018-11-23 | 3 | -63/+3 |
* | simplify Fp2::init | MITSUNARI Shigeo | 2018-11-14 | 2 | -33/+30 |
* | support perf if MCL_PERF=1 | MITSUNARI Shigeo | 2018-11-13 | 1 | -1/+110 |
* | remove warning of vc | MITSUNARI Shigeo | 2018-11-13 | 1 | -2/+2 |
* | fix loop counter of pairing benchmark | MITSUNARI Shigeo | 2018-11-13 | 1 | -3/+3 |
* | avoid time out of ci | MITSUNARI Shigeo | 2018-11-13 | 1 | -9/+9 |
* | fix new Fp2::init() | MITSUNARI Shigeo | 2018-11-13 | 3 | -9/+17 |
* | refactor fp_generator and the argument of Fp2::init() is changed | MITSUNARI Shigeo | 2018-11-13 | 4 | -79/+50 |
* | set xi_a in Fp::init | MITSUNARI Shigeo | 2018-11-12 | 3 | -12/+7 |
* | update benchmark for i7-6700 | MITSUNARI Shigeo | 2018-11-07 | 1 | -2/+8 |
* | fix layout | MITSUNARI Shigeo | 2018-11-07 | 1 | -5/+6 |
* | remove unused code | MITSUNARI Shigeo | 2018-11-07 | 1 | -45/+1 |
* | update benchmark | MITSUNARI Shigeo | 2018-11-07 | 1 | -19/+31 |
* | -mavx option is unnecessary | MITSUNARI Shigeo | 2018-11-07 | 1 | -1/+0 |
* | use pL_ instead of (size_t)p_ | MITSUNARI Shigeo | 2018-11-07 | 1 | -10/+10 |
* | add Fp2::mul_xi for bls12 | MITSUNARI Shigeo | 2018-11-07 | 1 | -31/+50 |
* | add Fp2::sqr for bls12 | MITSUNARI Shigeo | 2018-11-06 | 2 | -24/+44 |
* | ASan requires sudo? | MITSUNARI Shigeo | 2018-11-06 | 1 | -1/+1 |
* | show verbose option for sanitizer | MITSUNARI Shigeo | 2018-11-06 | 2 | -9/+9 |
* | fix dependency of Makefile | MITSUNARI Shigeo | 2018-11-06 | 1 | -1/+1 |
* | add test_ci for travis-ci | MITSUNARI Shigeo | 2018-11-06 |