aboutsummaryrefslogtreecommitdiffstats
path: root/src/proto.hpp
Commit message (Collapse)AuthorAgeFilesLines
* add #if MCL_MAX_UNIT_SIZE >=MITSUNARI Shigeo2017-05-081-2/+6
|
* reduce code generator if MCL_MAX_BIT_SIZE=256MITSUNARI Shigeo2017-05-081-6/+10
|
* change selection of Mont and SqrMont for bitSize == 1024MITSUNARI Shigeo2017-01-271-1/+2
|
* test of 1024 bit sizeMITSUNARI Shigeo2017-01-261-0/+3
|
* support w/wo bmi2MITSUNARI Shigeo2016-12-281-2/+2
|
* add gmp version of Mont with not full primeMITSUNARI Shigeo2016-12-261-0/+1
|
* add mcl_fp_addNFMITSUNARI Shigeo2016-12-241-0/+1
|
* enable mcl_fp_subNF for not full bit primeMITSUNARI Shigeo2016-12-241-0/+1
|
* use shr1 by llvmMITSUNARI Shigeo2016-11-161-0/+1
|
* split fp_proto.hpp into proto.hpp and low_func.hppMITSUNARI Shigeo2016-11-151-0/+65