aboutsummaryrefslogtreecommitdiffstats
path: root/ffi
Commit message (Collapse)AuthorAgeFilesLines
* binding of she supports windowsMITSUNARI Shigeo2019-03-211-4/+5
|
* add binding of she for pythonMITSUNARI Shigeo2019-03-211-0/+297
|
* set CGO_* for cgoMITSUNARI Shigeo2019-01-051-4/+2
|
* rename libmcl_dy.so to libmcl.soMITSUNARI Shigeo2018-12-311-3/+3
|
* add bn384_256 tag for cgoMITSUNARI Shigeo2018-12-032-2/+17
|
* fix GT operationsMITSUNARI Shigeo2018-12-021-5/+5
|
* break backword compatibility of 2nd argument of mclBn_initMITSUNARI Shigeo2018-10-221-1/+1
|
* test IoSerializeHexStr for GoMITSUNARI Shigeo2018-09-252-0/+19
|
* support go on mingwMITSUNARI Shigeo2018-07-301-2/+6
|
* err is not suitableMITSUNARI Shigeo2018-05-151-3/+2
|
* fix of SetHashOfMITSUNARI Shigeo2018-05-152-1/+11
|
* setErrFile is removedMITSUNARI Shigeo2018-05-142-5/+0
|
* fix encoding bitSize of Elgamal::PublicKey for JavaMITSUNARI Shigeo2018-05-105-10/+1145
|
* mv java to ffi/javaMITSUNARI Shigeo2018-05-0913-0/+2447
|
* rename curve nameMITSUNARI Shigeo2018-04-052-6/+9
|
* update benchmark and parameter of readme.mdMITSUNARI Shigeo2018-01-261-1/+0
|
* update Makefile for she-wasmMITSUNARI Shigeo2017-12-062-6/+0
|
* [js] remove exported-mcl.json ; add setInt32 for JSMITSUNARI Shigeo2017-11-271-0/+5
|
* [js] use pre.jsMITSUNARI Shigeo2017-11-071-0/+5
|
* [js] move exported-she.js to exported-she.jsonMITSUNARI Shigeo2017-10-251-8/+29
|
* [js] add PublicKey.convertToCipherTextGTMITSUNARI Shigeo2017-10-181-1/+1
|
* [she] add sheConvertFromGiMITSUNARI Shigeo2017-10-181-1/+1
|
* [she] add remove old pagesMITSUNARI Shigeo2017-10-012-3/+1
|
* [js] add re option to export-functions.pyMITSUNARI Shigeo2017-10-012-2/+7
|
* [js] export-functions.py supports -re optionMITSUNARI Shigeo2017-10-011-14/+13
|
* rename bnXXXinit to initPairing()MITSUNARI Shigeo2017-09-181-1/+1
|
* add some export functions with underscoreMITSUNARI Shigeo2017-09-131-1/+1
|
* change option of export_functions.pyMITSUNARI Shigeo2017-09-101-32/+35
|
* add wasm demoMITSUNARI Shigeo2017-09-022-0/+49
|
* test_go runs on Linux/OSXMITSUNARI Shigeo2017-08-122-26/+241
|
* rename SetInt to SetInt64MITSUNARI Shigeo2017-06-091-3/+3
|
* increase bufSize to get stringMITSUNARI Shigeo2017-06-071-8/+8
|
* fix testMITSUNARI Shigeo2017-06-071-4/+4
|
* fix cgoMITSUNARI Shigeo2017-06-071-13/+6
|
* cast is unnecessaryMITSUNARI Shigeo2017-06-051-3/+3
|
* rename mclBn_curveMITSUNARI Shigeo2017-06-051-3/+3
|
* rename MCLBN_OP_UNIT_SIZE to MCLBN_FP_UNIT_SIZEMITSUNARI Shigeo2017-06-051-6/+6
|
* sample of pairingMITSUNARI Shigeo2017-06-051-1/+18
|
* add mcl.goMITSUNARI Shigeo2017-06-052-0/+543
|
* rename mbn to mclBnMITSUNARI Shigeo2017-06-042-187/+187
|
* update bn256.cs to new apiMITSUNARI Shigeo2017-06-042-232/+195
|
* update C# sample to new apiMITSUNARI Shigeo2017-06-012-238/+288
|
* rename isSame to isEqualMITSUNARI Shigeo2017-05-302-9/+9
|
* simplify C# methodMITSUNARI Shigeo2017-05-092-198/+182
|
* Revert "use unsafe fixed for Fr"MITSUNARI Shigeo2017-05-073-53/+55
| | | | This reverts commit 745969978b67bed981f547f4026f1a9db7e9130d.
* use unsafe fixed for FrMITSUNARI Shigeo2017-05-063-55/+53
|
* simplify output of testMITSUNARI Shigeo2017-03-231-47/+54
|
* avoid size_t because it is depends on 32/64-bit architectureMITSUNARI Shigeo2017-03-081-4/+4
|
* rename shared library from _if to _dyMITSUNARI Shigeo2017-03-072-59/+59
|
* rename log fileMITSUNARI Shigeo2017-03-061-1/+1
|
* split program.cs to bn256.cs and bn256_test.csMITSUNARI Shigeo2017-03-066-571/+636
|
* add pairing test for C#MITSUNARI Shigeo2017-03-061-0/+27
|
* add test for isZero, isOneMITSUNARI Shigeo2017-03-041-2/+4
|
* add GT for C#MITSUNARI Shigeo2017-03-041-9/+146
|
* add imple of G2 and test for C#MITSUNARI Shigeo2017-03-041-0/+91
|
* add BN256_G1* functions for C#MITSUNARI Shigeo2017-03-031-8/+126
|
* import G1 functionsMITSUNARI Shigeo2017-03-021-8/+22
|
* ffi for C#/Python(TBD)MITSUNARI Shigeo2017-02-266-0/+377