Commit Graph

1743 Commits (eb5439916dc231175671f9e85be699b3593a76f9)
 

Author SHA1 Message Date
MITSUNARI Shigeo eb5439916d increase buffer size of FixedBuffer 6 years ago
MITSUNARI Shigeo 2b3835260a avoid overflow in test 6 years ago
MITSUNARI Shigeo 3adee27f18 MCL_LLVM_BMI2=0 disables bmi2 6 years ago
MITSUNARI Shigeo d02cc65749 use foreach in CMakeLists.txt 6 years ago
MITSUNARI Shigeo 1039b23887 refactor CMakeLists.txt 6 years ago
MITSUNARI Shigeo 146a65c7b9 disable warning of 'MACOSX_RPATH is not specified' on mac 6 years ago
MITSUNARI Shigeo 9b2000ae8b define MCL_MAX_BIT_SIZE in gmp_util.hpp 6 years ago
MITSUNARI Shigeo 0df8f32be4 add USE_ASM/USE_XBYAK option to cmake 6 years ago
MITSUNARI Shigeo ce60688263 treat min as not macro but function 6 years ago
MITSUNARI Shigeo b5d05f234b don't include exception header if exception is not used 6 years ago
MITSUNARI Shigeo 3f61bbe45f remove unused variable 6 years ago
MITSUNARI Shigeo ebabddf36d set max bit for vint_test 6 years ago
MITSUNARI Shigeo e03039d0ce cmake supports USE_OPENSSL and USE_GMP 6 years ago
MITSUNARI Shigeo f4b525a639 supress warning of gcc 6 years ago
MITSUNARI Shigeo 50179edcfe bn_c_test runs without gmp 6 years ago
MITSUNARI Shigeo 7f408a29ac [she] add test mul by const 6 years ago
MITSUNARI Shigeo 61aaa83483 benchmark of pairing operations 6 years ago
MITSUNARI Shigeo f3f9be495c shortcut for Ec::mul(Px, P, x) if P = 0 6 years ago
MITSUNARI Shigeo 1b56502258 update doc 6 years ago
MITSUNARI Shigeo ba980c7ced binding of she supports windows 6 years ago
MITSUNARI Shigeo 9dc5b41fbc add binding of she for python 6 years ago
MITSUNARI Shigeo ace9d509ea
Merge pull request #50 from sylvarant/master 6 years ago
sylvarant 2418ad6a81
Detect arm CPU in CMake 6 years ago
MITSUNARI Shigeo 7c56a88348 version v0.91 6 years ago
MITSUNARI Shigeo e6eb24a40f remove unnecessary output 6 years ago
MITSUNARI Shigeo ed6ad685c2 Modp supports mcl-wasm 6 years ago
MITSUNARI Shigeo 54f2e8cc85 increase max size of Vint 6 years ago
MITSUNARI Shigeo 4ae8bc289c add version 6 years ago
MITSUNARI Shigeo 497fa07d29 fix Vint::setArray(x) for x == self 6 years ago
MITSUNARI Shigeo bc141e2d30 fix comment of mclBnFr_setLittleEndian 6 years ago
MITSUNARI Shigeo edb66932fa update history 6 years ago
MITSUNARI Shigeo b3889f3bd9 add mclBn{Fr,Fp}_setLittleEndianMod 6 years ago
MITSUNARI Shigeo 5cd3c9f9b4 add mclBnFp_{set,get}Str 6 years ago
MITSUNARI Shigeo 4297ea0dea add Fp::setArray with Mod 6 years ago
MITSUNARI Shigeo 03d8d6d17c shortcut of modp if small 6 years ago
MITSUNARI Shigeo 27a7a0140e change IF of Modp::init 6 years ago
MITSUNARI Shigeo ec765198b9 fast reduction accepts bls12-381 prime 6 years ago
MITSUNARI Shigeo da49e9158c optimize Vint::div for small denominator 6 years ago
MITSUNARI Shigeo fa696b564b add Modp class 6 years ago
MITSUNARI Shigeo 0629c1cbb0 Merge branch 'osyoyu-master' into dev 6 years ago
MITSUNARI Shigeo 5236952bfd set xi_a for Fp::init 6 years ago
osyoyu 51ae7d86e9
Fix Fp2::init() call in samples 6 years ago
MITSUNARI Shigeo b401313c71 evaluatePolynomial sets out = c[0] if cSize = 1 6 years ago
MITSUNARI Shigeo 08148dcf60 LagrangeInterpolation sets out = yVec[0] if k = 1 6 years ago
MITSUNARI Shigeo d6229da5aa add G1only 6 years ago
MITSUNARI Shigeo 2df559456b add test of affine+generic 6 years ago
MITSUNARI Shigeo bd1b8dc623 a little optimization of Ec::addProj for both are affine 6 years ago
MITSUNARI Shigeo 1a560e0e66 refactor Ec::add 6 years ago
MITSUNARI Shigeo 4006713fc5 a little optimization of Ec::addJacobi if both points are affine 6 years ago
MITSUNARI Shigeo 817a6d94e6 add some benchmark 6 years ago