Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use macro instead of typedef for cgo | MITSUNARI Shigeo | 2017-12-10 | 1 | -4/+6 |
* | [capi] new deserialize api | MITSUNARI Shigeo | 2017-12-10 | 1 | -5/+12 |
* | change size_t to mclSize of bn.h for JS | MITSUNARI Shigeo | 2017-12-10 | 1 | -30/+34 |
* | [js] remove exported-mcl.json ; add setInt32 for JS | MITSUNARI Shigeo | 2017-11-27 | 1 | -0/+2 |
* | [js] use __attribute__((used)) instead of EXPORTED_FUNCTIONS | MITSUNARI Shigeo | 2017-11-01 | 1 | -1/+5 |
* | [win] add library for bn512 to autolink | MITSUNARI Shigeo | 2017-09-28 | 1 | -2/+4 |
* | [doc] fix comment of bn.h | MITSUNARI Shigeo | 2017-09-28 | 1 | -2/+2 |
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 1 | -1/+2 |
* | move mclBn_* to mcl | MITSUNARI Shigeo | 2017-07-07 | 1 | -0/+20 |
* | Fp12::pow supports GLV method | MITSUNARI Shigeo | 2017-07-06 | 1 | -0/+8 |
* | mulGeneric is constant time | MITSUNARI Shigeo | 2017-06-19 | 1 | -1/+4 |
* | add mclBnGT_setInt | MITSUNARI Shigeo | 2017-06-14 | 1 | -0/+2 |
* | add mclBnG1_mulCT | MITSUNARI Shigeo | 2017-06-12 | 1 | -0/+6 |
* | setInt accepts int64_t | MITSUNARI Shigeo | 2017-06-09 | 1 | -1/+1 |
* | add getOpUnitSize/getCurveOrder/getFieldOrder | MITSUNARI Shigeo | 2017-06-09 | 1 | -0/+32 |
* | rename mclBn_curve | MITSUNARI Shigeo | 2017-06-05 | 1 | -3/+3 |
* | rename MCLBN_OP_UNIT_SIZE to MCLBN_FP_UNIT_SIZE | MITSUNARI Shigeo | 2017-06-05 | 1 | -15/+15 |
* | add mclBnG2_serialize, deserialize | MITSUNARI Shigeo | 2017-06-05 | 1 | -5/+7 |
* | rename mbn to mclBn | MITSUNARI Shigeo | 2017-06-04 | 1 | -98/+98 |
* | add mbnFr_serialize | MITSUNARI Shigeo | 2017-06-02 | 1 | -1/+2 |
* | unify setHexStr and setDecStr to setStr | MITSUNARI Shigeo | 2017-06-02 | 1 | -12/+13 |
* | rename MBN_ to mbn | MITSUNARI Shigeo | 2017-06-02 | 1 | -85/+85 |
* | update C# sample to new api | MITSUNARI Shigeo | 2017-06-01 | 1 | -1/+1 |
* | rename MCLBN_ to MBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -101/+101 |
* | rename MCLBN_initLib to MCLBN_init | MITSUNARI Shigeo | 2017-06-01 | 1 | -1/+1 |
* | rename macro | MITSUNARI Shigeo | 2017-06-01 | 1 | -9/+9 |
* | rename BN_ to MCLBN_ | MITSUNARI Shigeo | 2017-06-01 | 1 | -101/+101 |
* | rename mcl/bn_if.h to mcl/bn.h | MITSUNARI Shigeo | 2017-06-01 | 1 | -0/+223 |