Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [she] add ZkpBin for m = 0 or 1 | MITSUNARI Shigeo | 2018-02-06 | 1 | -126/+160 |
* | [she] add ZkpBin | MITSUNARI Shigeo | 2018-02-06 | 1 | -32/+142 |
* | she uses RandGen | MITSUNARI Shigeo | 2018-02-05 | 1 | -89/+57 |
* | add ZkpBin | MITSUNARI Shigeo | 2018-02-05 | 1 | -0/+30 |
* | add fp::Serializable for getStr, setStr, serialize, deserialize | MITSUNARI Shigeo | 2018-01-08 | 1 | -156/+8 |
* | [she] use PublicKeyMethod for common method of PublicKey and PrecomputedPubli... | MITSUNARI Shigeo | 2018-01-07 | 1 | -145/+146 |
* | [she] add test of pub.convert | MITSUNARI Shigeo | 2018-01-04 | 1 | -4/+4 |
* | [she] refactor PrecomputedPublicKey::reRand | MITSUNARI Shigeo | 2018-01-03 | 1 | -69/+52 |
* | [she] change decG1ViaGT to useDecG1ViaGT | MITSUNARI Shigeo | 2018-01-03 | 1 | -10/+10 |
* | add sheDecGiViaGT | MITSUNARI Shigeo | 2018-01-03 | 1 | -1/+26 |
* | [she] change api ; add setTryNum() and remove tryNum in setRangeForDLP | MITSUNARI Shigeo | 2018-01-03 | 1 | -18/+22 |
* | [she] add tryNum argument to loadTable() | MITSUNARI Shigeo | 2018-01-03 | 1 | -2/+2 |
* | [she] add option to make DLP table | MITSUNARI Shigeo | 2017-12-30 | 1 | -24/+9 |
* | [she] rename kcv to kcv_ | MITSUNARI Shigeo | 2017-12-30 | 1 | -17/+17 |
* | [she] save curveType in HashTable | MITSUNARI Shigeo | 2017-12-28 | 1 | -0/+4 |
* | [she] add decViaGT for large tryNum | MITSUNARI Shigeo | 2017-12-28 | 1 | -0/+18 |
* | [she] add comment to convertG2ToGT | MITSUNARI Shigeo | 2017-12-28 | 1 | -1/+1 |
* | fix compile error on visual studio | MITSUNARI Shigeo | 2017-12-28 | 1 | -8/+16 |
* | all classes use new load/save api | MITSUNARI Shigeo | 2017-12-27 | 1 | -125/+166 |
* | add Fp::save, load | MITSUNARI Shigeo | 2017-12-24 | 1 | -4/+23 |
* | [she] change int64_t to INT template | MITSUNARI Shigeo | 2017-12-18 | 1 | -20/+33 |
* | [she] add CipherTextGT::mulML, finalExp | MITSUNARI Shigeo | 2017-12-14 | 1 | -9/+38 |
* | [she] change api of Deserialize ; return read bytes if succeed else 0 | MITSUNARI Shigeo | 2017-12-09 | 1 | -42/+32 |
* | [she] add serialize method | MITSUNARI Shigeo | 2017-12-06 | 1 | -0/+54 |
* | she ; exported-she.json is removed | MITSUNARI Shigeo | 2017-11-23 | 1 | -6/+6 |
* | she ; add isZero | MITSUNARI Shigeo | 2017-11-22 | 1 | -14/+51 |
* | [she] rename CipherTextM to CipherTextGT | MITSUNARI Shigeo | 2017-11-22 | 1 | -44/+44 |
* | [she] removed duplicated code | MITSUNARI Shigeo | 2017-10-04 | 1 | -1/+0 |
* | [she] add bench for encGi with PrecomputedPublicKey | MITSUNARI Shigeo | 2017-10-03 | 1 | -5/+42 |
* | [she] add MCLSHE_WIN_SIZE macro | MITSUNARI Shigeo | 2017-10-02 | 1 | -1/+4 |
* | [she] add decGi bench for variable m | MITSUNARI Shigeo | 2017-09-30 | 1 | -6/+20 |
* | [she] add PrecomputedPublicKey | MITSUNARI Shigeo | 2017-09-30 | 1 | -0/+59 |
* | [she] rename rerandomize to reRand | MITSUNARI Shigeo | 2017-09-28 | 1 | -12/+13 |
* | support int64_t for G::pow | MITSUNARI Shigeo | 2017-09-28 | 1 | -6/+6 |
* | [she] change define macro for parameter | MITSUNARI Shigeo | 2017-09-28 | 1 | -7/+7 |
* | [she] modify pairing instead of miller loop | MITSUNARI Shigeo | 2017-09-27 | 1 | -31/+20 |
* | [generic] disable XBYAK if sizeof(Unit) == 4 | MITSUNARI Shigeo | 2017-09-25 | 1 | -19/+19 |
* | [she] add underscore for member values | MITSUNARI Shigeo | 2017-09-25 | 1 | -182/+182 |
* | [she] use precompute miller loop for Q | MITSUNARI Shigeo | 2017-09-25 | 1 | -3/+9 |
* | use window method for GT | MITSUNARI Shigeo | 2017-09-21 | 1 | -27/+26 |
* | use WindowMethod for she:G1:dec | MITSUNARI Shigeo | 2017-09-20 | 1 | -22/+59 |
* | add bench | MITSUNARI Shigeo | 2017-09-19 | 1 | -1/+1 |
* | she: add rerandomize(CipherTextM) | MITSUNARI Shigeo | 2017-09-19 | 1 | -5/+30 |
* | she: add enc.pub(CipherTextM&) | MITSUNARI Shigeo | 2017-09-19 | 1 | -6/+70 |
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 1 | -19/+15 |
* | fix typo of url | MITSUNARI Shigeo | 2017-08-30 | 1 | -1/+1 |
* | fix typo of url | MITSUNARI Shigeo | 2017-08-30 | 1 | -1/+1 |
* | replace BGN with SHE | MITSUNARI Shigeo | 2017-08-30 | 1 | -26/+26 |
* | rename bgn to she | MITSUNARI Shigeo | 2017-08-30 | 1 | -0/+1042 |