Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | binding of she supports windows | MITSUNARI Shigeo | 2019-03-21 | 1 | -4/+5 |
* | add binding of she for python | MITSUNARI Shigeo | 2019-03-21 | 1 | -0/+297 |
* | set CGO_* for cgo | MITSUNARI Shigeo | 2019-01-05 | 1 | -4/+2 |
* | rename libmcl_dy.so to libmcl.so | MITSUNARI Shigeo | 2018-12-31 | 1 | -3/+3 |
* | add bn384_256 tag for cgo | MITSUNARI Shigeo | 2018-12-03 | 2 | -2/+17 |
* | fix GT operations | MITSUNARI Shigeo | 2018-12-02 | 1 | -5/+5 |
* | break backword compatibility of 2nd argument of mclBn_init | MITSUNARI Shigeo | 2018-10-22 | 1 | -1/+1 |
* | test IoSerializeHexStr for Go | MITSUNARI Shigeo | 2018-09-25 | 2 | -0/+19 |
* | support go on mingw | MITSUNARI Shigeo | 2018-07-30 | 1 | -2/+6 |
* | err is not suitable | MITSUNARI Shigeo | 2018-05-15 | 1 | -3/+2 |
* | fix of SetHashOf | MITSUNARI Shigeo | 2018-05-15 | 2 | -1/+11 |
* | setErrFile is removed | MITSUNARI Shigeo | 2018-05-14 | 2 | -5/+0 |
* | fix encoding bitSize of Elgamal::PublicKey for Java | MITSUNARI Shigeo | 2018-05-10 | 5 | -10/+1145 |
* | mv java to ffi/java | MITSUNARI Shigeo | 2018-05-09 | 13 | -0/+2447 |
* | rename curve name | MITSUNARI Shigeo | 2018-04-05 | 2 | -6/+9 |
* | update benchmark and parameter of readme.md | MITSUNARI Shigeo | 2018-01-26 | 1 | -1/+0 |
* | update Makefile for she-wasm | MITSUNARI Shigeo | 2017-12-06 | 2 | -6/+0 |
* | [js] remove exported-mcl.json ; add setInt32 for JS | MITSUNARI Shigeo | 2017-11-27 | 1 | -0/+5 |
* | [js] use pre.js | MITSUNARI Shigeo | 2017-11-07 | 1 | -0/+5 |
* | [js] move exported-she.js to exported-she.json | MITSUNARI Shigeo | 2017-10-25 | 1 | -8/+29 |
* | [js] add PublicKey.convertToCipherTextGT | MITSUNARI Shigeo | 2017-10-18 | 1 | -1/+1 |
* | [she] add sheConvertFromGi | MITSUNARI Shigeo | 2017-10-18 | 1 | -1/+1 |
* | [she] add remove old pages | MITSUNARI Shigeo | 2017-10-01 | 2 | -3/+1 |
* | [js] add re option to export-functions.py | MITSUNARI Shigeo | 2017-10-01 | 2 | -2/+7 |
* | [js] export-functions.py supports -re option | MITSUNARI Shigeo | 2017-10-01 | 1 | -14/+13 |
* | rename bnXXXinit to initPairing() | MITSUNARI Shigeo | 2017-09-18 | 1 | -1/+1 |
* | add some export functions with underscore | MITSUNARI Shigeo | 2017-09-13 | 1 | -1/+1 |
* | change option of export_functions.py | MITSUNARI Shigeo | 2017-09-10 | 1 | -32/+35 |
* | add wasm demo | MITSUNARI Shigeo | 2017-09-02 | 2 | -0/+49 |
* | test_go runs on Linux/OSX | MITSUNARI Shigeo | 2017-08-12 | 2 | -26/+241 |
* | rename SetInt to SetInt64 | MITSUNARI Shigeo | 2017-06-09 | 1 | -3/+3 |
* | increase bufSize to get string | MITSUNARI Shigeo | 2017-06-07 | 1 | -8/+8 |
* | fix test | MITSUNARI Shigeo | 2017-06-07 | 1 | -4/+4 |
* | fix cgo | MITSUNARI Shigeo | 2017-06-07 | 1 | -13/+6 |
* | cast is unnecessary | MITSUNARI Shigeo | 2017-06-05 | 1 | -3/+3 |
* | 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 | -6/+6 |
* | sample of pairing | MITSUNARI Shigeo | 2017-06-05 | 1 | -1/+18 |
* | add mcl.go | MITSUNARI Shigeo | 2017-06-05 | 2 | -0/+543 |
* | rename mbn to mclBn | MITSUNARI Shigeo | 2017-06-04 | 2 | -187/+187 |
* | update bn256.cs to new api | MITSUNARI Shigeo | 2017-06-04 | 2 | -232/+195 |
* | update C# sample to new api | MITSUNARI Shigeo | 2017-06-01 | 2 | -238/+288 |
* | rename isSame to isEqual | MITSUNARI Shigeo | 2017-05-30 | 2 | -9/+9 |
* | simplify C# method | MITSUNARI Shigeo | 2017-05-09 | 2 | -198/+182 |
* | Revert "use unsafe fixed for Fr" | MITSUNARI Shigeo | 2017-05-07 | 3 | -53/+55 |
* | use unsafe fixed for Fr | MITSUNARI Shigeo | 2017-05-06 | 3 | -55/+53 |
* | simplify output of test | MITSUNARI Shigeo | 2017-03-23 | 1 | -47/+54 |
* | avoid size_t because it is depends on 32/64-bit architecture | MITSUNARI Shigeo | 2017-03-08 | 1 | -4/+4 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 2 | -59/+59 |
* | rename log file | MITSUNARI Shigeo | 2017-03-06 | 1 | -1/+1 |
* | split program.cs to bn256.cs and bn256_test.cs | MITSUNARI Shigeo | 2017-03-06 | 6 | -571/+636 |
* | add pairing test for C# | MITSUNARI Shigeo | 2017-03-06 | 1 | -0/+27 |
* | add test for isZero, isOne | MITSUNARI Shigeo | 2017-03-04 | 1 | -2/+4 |
* | add GT for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -9/+146 |
* | add imple of G2 and test for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -0/+91 |
* | add BN256_G1* functions for C# | MITSUNARI Shigeo | 2017-03-03 | 1 | -8/+126 |
* | import G1 functions | MITSUNARI Shigeo | 2017-03-02 | 1 | -8/+22 |
* | ffi for C#/Python(TBD) | MITSUNARI Shigeo | 2017-02-26 | 6 | -0/+377 |