aboutsummaryrefslogtreecommitdiffstats
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* rename isSame to isEqualMITSUNARI Shigeo2017-05-301-3/+4
* rename setMsg to SetHashOfMITSUNARI Shigeo2017-05-301-1/+1
* llvm_mont is faster for bn384MITSUNARI Shigeo2017-03-251-1/+1
* compare Ec::add and mixed Ec::addMITSUNARI Shigeo2017-03-251-3/+7
* rename shared library from _if to _dyMITSUNARI Shigeo2017-03-071-1/+1
* fix typoMITSUNARI Shigeo2017-02-211-0/+52
* remove warning of vc15MITSUNARI Shigeo2017-02-211-5/+5
* split functions for bls_sig.cppMITSUNARI Shigeo2017-02-151-16/+28
* P is not usedMITSUNARI Shigeo2017-02-151-1/+0
* add BLS signature sampleMITSUNARI Shigeo2017-02-151-0/+66
* remove old order argumentsMITSUNARI Shigeo2017-02-131-2/+2
* fix typoMITSUNARI Shigeo2017-02-131-1/+1
* change the order of arguments of G1 and G2MITSUNARI Shigeo2017-02-121-12/+12
* add sample code of pairingMITSUNARI Shigeo2017-01-261-16/+40
* test of 1024 bit sizeMITSUNARI Shigeo2017-01-261-2/+8
* add sample of primesMITSUNARI Shigeo2017-01-241-4/+12
* add long size primeMITSUNARI Shigeo2017-01-241-1/+5
* add preset of bn256MITSUNARI Shigeo2016-12-012-28/+9
* shortcut of mulUnitMITSUNARI Shigeo2016-11-211-7/+26
* add bench of fpN1_modMITSUNARI Shigeo2016-11-181-0/+4
* tripartie diffie-hellman sampleMITSUNARI Shigeo2016-11-171-0/+110
* update low functionMITSUNARI Shigeo2016-11-161-4/+4
* split fp_proto.hpp into proto.hpp and low_func.hppMITSUNARI Shigeo2016-11-151-1/+1
* optimize divBy2MITSUNARI Shigeo2016-11-141-7/+2
* rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZEMITSUNARI Shigeo2016-10-281-2/+2
* disable karatsuba for a whileMITSUNARI Shigeo2016-10-231-33/+8
* rename mul_Unit to mulUnitMITSUNARI Shigeo2016-10-201-4/+4
* rename addNC, subNC to addPre, subPreMITSUNARI Shigeo2016-10-142-18/+18
* rename USE_LLVM to MCL_USE_LLVMMITSUNARI Shigeo2016-10-111-1/+1
* fix ; test fp_addNC if enableMITSUNARI Shigeo2016-10-112-5/+12
* refactoring setupMITSUNARI Shigeo2016-10-052-11/+11
* use AddPreMITSUNARI Shigeo2016-10-041-11/+11
* compare retMITSUNARI Shigeo2016-09-051-2/+11
* fix conflictMITSUNARI Shigeo2016-07-281-0/+1
|\
| * move compareGmpMITSUNARI Shigeo2016-07-221-1/+1
| * add 512-bit primeMITSUNARI Shigeo2016-07-221-20/+46
| * add test of mulPre768(not run)MITSUNARI Shigeo2016-07-221-0/+45
| * benchmark of largeMITSUNARI Shigeo2016-07-221-9/+32
* | add/sub for 768-bit primeMITSUNARI Shigeo2016-07-281-11/+114
|/
* use llvm for large primeMITSUNARI Shigeo2016-07-111-0/+4
* add bench of large primeMITSUNARI Shigeo2016-07-111-6/+14
* add large sampleMITSUNARI Shigeo2016-07-111-0/+23
* add bench of fp_addNC, fp_subNCMITSUNARI Shigeo2016-06-241-7/+15
* change bitSize optionMITSUNARI Shigeo2016-06-111-1/+1
* add fp_mont for gmpMITSUNARI Shigeo2016-06-062-11/+14
* remove getModeStrMITSUNARI Shigeo2016-05-311-13/+2
* remove unnecessary include headerMITSUNARI Shigeo2016-05-301-2/+0
* rename optimalAtePairing to pairingMITSUNARI Shigeo2016-05-301-2/+2
* add pairing sampleMITSUNARI Shigeo2016-05-301-0/+40
* add bench fp_mul_UnitPreMITSUNARI Shigeo2016-05-121-1/+5
* add try catchMITSUNARI Shigeo2016-05-121-1/+4
* rename mulU to mul_UnitMITSUNARI Shigeo2016-05-031-4/+4
* getModeStr is duplicatedMITSUNARI Shigeo2016-04-301-12/+1
* remove base argument in Fp::initMITSUNARI Shigeo2016-04-305-11/+11
* rename Ec::setParam to Ec::initMITSUNARI Shigeo2016-04-293-3/+3
* rename Gmp to gmpMITSUNARI Shigeo2016-04-191-2/+2
* rename mulI to mulUMITSUNARI Shigeo2016-04-181-4/+4
* rewrite MakefileMITSUNARI Shigeo2016-04-121-23/+0
* mod_NIST_P521 by llvmMITSUNARI Shigeo2016-03-281-0/+2
* add bench of mulIMITSUNARI Shigeo2016-03-221-3/+4
* remove unnecessary includeMITSUNARI Shigeo2016-03-181-3/+0
* move conversion.hpp from include to srcMITSUNARI Shigeo2016-03-161-1/+1
* use mul2 instead of mulMITSUNARI Shigeo2016-03-121-4/+3
* add size optionMITSUNARI Shigeo2016-03-111-1/+12
* add bench of N = 2MITSUNARI Shigeo2016-03-101-9/+16
* add sqrPre3MITSUNARI Shigeo2016-03-091-7/+6
* add bench of Fp2::mul, sqrMITSUNARI Shigeo2016-03-081-15/+12
* correct valueMITSUNARI Shigeo2016-03-081-6/+9
* benchmark of rawMITSUNARI Shigeo2016-03-081-7/+19
* rename fp_mod to fpDbl_modMITSUNARI Shigeo2016-03-081-1/+1
* add rawbenchMITSUNARI Shigeo2016-03-082-1/+106
* rename TagMITSUNARI Shigeo2016-02-153-8/+4
* rename square to sqrMITSUNARI Shigeo2016-01-241-1/+1
* fix sqrMITSUNARI Shigeo2016-01-241-2/+3
* add rand testMITSUNARI Shigeo2016-01-041-2/+6
* variable ecmodeMITSUNARI Shigeo2015-12-281-10/+25
* add p160_1 for testMITSUNARI Shigeo2015-12-281-0/+1
* a little optimize of powerMITSUNARI Shigeo2015-12-221-1/+1
* sample of vote imported from git://github.com/aistcrypt/Lifted-ElGamal.gitMITSUNARI Shigeo2015-08-201-0/+210
* move ec bench to bench.cppMITSUNARI Shigeo2015-07-281-7/+56
* bench of toStr16, fromStr16MITSUNARI Shigeo2015-07-081-2/+57
* rename macro ; default define MCL_USE_XBYAK, MCL_USE_LLVMMITSUNARI Shigeo2015-07-071-1/+1
* mode select runs wellMITSUNARI Shigeo2015-07-071-8/+21
* add benchMITSUNARI Shigeo2015-07-064-2/+98
* rename Ec::power to Ec::mulMITSUNARI Shigeo2015-06-111-4/+4
* change method nameMITSUNARI Shigeo2015-06-081-1/+1
* from mieMITSUNARI Shigeo2015-05-053-0/+121