aboutsummaryrefslogtreecommitdiffstats
path: root/include/mcl/bn.h
Commit message (Expand)AuthorAgeFilesLines
* use macro instead of typedef for cgoMITSUNARI Shigeo2017-12-101-4/+6
* [capi] new deserialize apiMITSUNARI Shigeo2017-12-101-5/+12
* change size_t to mclSize of bn.h for JSMITSUNARI Shigeo2017-12-101-30/+34
* [js] remove exported-mcl.json ; add setInt32 for JSMITSUNARI Shigeo2017-11-271-0/+2
* [js] use __attribute__((used)) instead of EXPORTED_FUNCTIONSMITSUNARI Shigeo2017-11-011-1/+5
* [win] add library for bn512 to autolinkMITSUNARI Shigeo2017-09-281-2/+4
* [doc] fix comment of bn.hMITSUNARI Shigeo2017-09-281-2/+2
* rename bnXXXinit to initPairing()MITSUNARI Shigeo2017-09-181-1/+2
* move mclBn_* to mclMITSUNARI Shigeo2017-07-071-0/+20
* Fp12::pow supports GLV methodMITSUNARI Shigeo2017-07-061-0/+8
* mulGeneric is constant timeMITSUNARI Shigeo2017-06-191-1/+4
* add mclBnGT_setIntMITSUNARI Shigeo2017-06-141-0/+2
* add mclBnG1_mulCTMITSUNARI Shigeo2017-06-121-0/+6
* setInt accepts int64_tMITSUNARI Shigeo2017-06-091-1/+1
* add getOpUnitSize/getCurveOrder/getFieldOrderMITSUNARI Shigeo2017-06-091-0/+32
* rename mclBn_curveMITSUNARI Shigeo2017-06-051-3/+3
* rename MCLBN_OP_UNIT_SIZE to MCLBN_FP_UNIT_SIZEMITSUNARI Shigeo2017-06-051-15/+15
* add mclBnG2_serialize, deserializeMITSUNARI Shigeo2017-06-051-5/+7
* rename mbn to mclBnMITSUNARI Shigeo2017-06-041-98/+98
* add mbnFr_serializeMITSUNARI Shigeo2017-06-021-1/+2
* unify setHexStr and setDecStr to setStrMITSUNARI Shigeo2017-06-021-12/+13
* rename MBN_ to mbnMITSUNARI Shigeo2017-06-021-85/+85
* update C# sample to new apiMITSUNARI Shigeo2017-06-011-1/+1
* rename MCLBN_ to MBN_MITSUNARI Shigeo2017-06-011-101/+101
* rename MCLBN_initLib to MCLBN_initMITSUNARI Shigeo2017-06-011-1/+1
* rename macroMITSUNARI Shigeo2017-06-011-9/+9
* rename BN_ to MCLBN_MITSUNARI Shigeo2017-06-011-101/+101
* rename mcl/bn_if.h to mcl/bn.hMITSUNARI Shigeo2017-06-011-0/+223