Commit Graph

868 Commits (ec691ce5e01797f79b5804c637b20051221108ca)
 

Author SHA1 Message Date
MITSUNARI Shigeo fb56ae482e unify powGeneric and powGenericCT 8 years ago
MITSUNARI Shigeo aedc26f11b add const for normalize 8 years ago
MITSUNARI Shigeo 399a97961a add test of mapToG2 8 years ago
MITSUNARI Shigeo d6c61234e0 old code is removed 8 years ago
MITSUNARI Shigeo 0f328f81c2 update benchmark of bn384 8 years ago
MITSUNARI Shigeo 1937ca971b llvm_mont is faster for bn384 8 years ago
MITSUNARI Shigeo a0402e567b add option for bn384_test 8 years ago
MITSUNARI Shigeo 7be1cd64a4 compare Ec::add and mixed Ec::add 8 years ago
MITSUNARI Shigeo 7d9ce3d4bf simplify output of test 8 years ago
MITSUNARI Shigeo faa01c6e11 defaut constructor of Ec does not clear the memory 8 years ago
MITSUNARI Shigeo ba9de011e7 fix comment 8 years ago
MITSUNARI Shigeo 56811bbb12 add constant time scalar mul for EC 8 years ago
MITSUNARI Shigeo 2c11119662 add getQuadraticNonResidue 8 years ago
MITSUNARI Shigeo 50a0ed560f add bn384.hpp 8 years ago
MITSUNARI Shigeo 4bb4df62bf add almost constant-time pow 8 years ago
MITSUNARI Shigeo 07936c0fc5 make returns 1 if tests fail 8 years ago
MITSUNARI Shigeo ed0f18cae6 remove comment 8 years ago
MITSUNARI Shigeo 9a061f819f change type of z from mpz_class to const char* 8 years ago
MITSUNARI Shigeo 702e3e685a benchmark of 382-bit pairing 8 years ago
MITSUNARI Shigeo ee2f24c79f add bn384_test 8 years ago
MITSUNARI Shigeo 27ae115c83 change type of CurveParam.z 8 years ago
MITSUNARI Shigeo 26221606e9 enable bn256_test.cpp for travis 8 years ago
MITSUNARI Shigeo 8b7b9e8bb6 add apis to precompute 8 years ago
MITSUNARI Shigeo 0900daa1f2 compile with debug mode for travis-ci 8 years ago
MITSUNARI Shigeo f1701a6586 avoid bn256_test if travis-ci 8 years ago
MITSUNARI Shigeo 55759e8b81 _ 8 years ago
MITSUNARI Shigeo d3219e1cb9 specify dependency of bn256_test.o 8 years ago
MITSUNARI Shigeo 0287e81e52 _ 8 years ago
MITSUNARI Shigeo e8d2804e83 _ 8 years ago
MITSUNARI Shigeo 4fd7ccbc68 _ 8 years ago
MITSUNARI Shigeo a946638aa4 _ 8 years ago
MITSUNARI Shigeo ef097d967d debug makefile 8 years ago
MITSUNARI Shigeo d4fd1e5e54 remove clang in travis.yml 8 years ago
MITSUNARI Shigeo 057de0343c add sudo 8 years ago
MITSUNARI Shigeo 60cf350f45 install libgmp-dev 8 years ago
MITSUNARI Shigeo 2291c744a2 set travis CI 8 years ago
MITSUNARI Shigeo f7170d6c8d avoid size_t because it is depends on 32/64-bit architecture 8 years ago
MITSUNARI Shigeo 2d538d8c59 add precomputed functions for C 8 years ago
MITSUNARI Shigeo fa9bab8666 add getPrecomputedQcoeffSize 8 years ago
MITSUNARI Shigeo 598fcc6eba fix typo of doc 8 years ago
MITSUNARI Shigeo 53e4bf42b0 add doc for G2 8 years ago
MITSUNARI Shigeo d30c66387d rename shared library from _if to _dy 8 years ago
MITSUNARI Shigeo c23647187c rename log file 8 years ago
MITSUNARI Shigeo 61b26942f2 split program.cs to bn256.cs and bn256_test.cs 8 years ago
MITSUNARI Shigeo ca9d69fe32 add pairing test for C# 8 years ago
MITSUNARI Shigeo 9475f3c408 rename libbn256_if.so to libbn256_ifs.so 8 years ago
MITSUNARI Shigeo ea5f87f79b rename libmcl.so to libmcls.so 8 years ago
MITSUNARI Shigeo 3e1363e8af add test for isZero, isOne 8 years ago
MITSUNARI Shigeo 0e0659a51a add GT for C# 8 years ago
MITSUNARI Shigeo 2b2ad5db03 fix comment of size 8 years ago