aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* rename bnXXXinit to initPairing()MITSUNARI Shigeo2017-09-181-1/+1
* rename shared library from _if to _dyMITSUNARI Shigeo2017-03-071-2/+0
* chmod 644 *.batMITSUNARI Shigeo2017-02-214-0/+0
* update java.md to change the order of the arguments of pairingMITSUNARI Shigeo2017-02-131-4/+4
* change the order of arguments of G1 and G2MITSUNARI Shigeo2017-02-123-17/+17
* remove mcl.jarMITSUNARI Shigeo2017-02-091-0/+0
* add mcl.jarMITSUNARI Shigeo2017-02-081-0/+0
* add bn256_wrap.cxxMITSUNARI Shigeo2017-02-081-0/+1539
* fix ; ensure that the elements by mapTo.calcG2 is in G2MITSUNARI Shigeo2017-01-281-9/+3
* add make test for javaMITSUNARI Shigeo2017-01-111-0/+4
* print secret keyMITSUNARI Shigeo2017-01-101-0/+1
* remove unnecessary commentsMITSUNARI Shigeo2017-01-101-3/+1
* add document for Java APIMITSUNARI Shigeo2017-01-103-2/+118
* add Bn256 JNIMITSUNARI Shigeo2017-01-1012-360/+405
* _MITSUNARI Shigeo2017-01-093-150/+3
* rename elgamal.hpp to elgamal_impl.hppMITSUNARI Shigeo2017-01-091-0/+147
* specify bit sizeMITSUNARI Shigeo2017-01-091-2/+2
* rename MclElgamal to ElgamalMITSUNARI Shigeo2017-01-0912-77/+75
* rename Mcl to MclElgamal of JavaMITSUNARI Shigeo2017-01-0912-80/+80
* add include headerMITSUNARI Shigeo2016-11-171-0/+1
* rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZEMITSUNARI Shigeo2016-10-281-1/+1
* -shared option is missedMITSUNARI Shigeo2016-06-161-1/+1
* comment of USE_LLVMMITSUNARI Shigeo2016-06-141-1/+1
* update swig 2.0.11 to 3.0.8MITSUNARI Shigeo2016-06-146-14/+14
* add include header for jni_md.hMITSUNARI Shigeo2016-06-141-1/+1
* compile fp.cpp on making dllMITSUNARI Shigeo2016-06-071-1/+2
* add -relocation-model=pic for llvm-llcMITSUNARI Shigeo2016-05-251-3/+6
* mkdir lib at firstMITSUNARI Shigeo2016-05-251-0/+1
* bat file for javaMITSUNARI Shigeo2016-05-113-0/+34
* remove base argument in Fp::initMITSUNARI Shigeo2016-04-301-2/+2
* rename Ec::setParam to Ec::initMITSUNARI Shigeo2016-04-291-1/+1
* duplicate libMITSUNARI Shigeo2016-04-131-1/+1
* add fPICMITSUNARI Shigeo2016-04-131-3/+4
* recover common.mk ; update java/MakefileMITSUNARI Shigeo2016-04-131-1/+1
* fix library name of jniMITSUNARI Shigeo2016-03-182-3/+6
* add java apiMITSUNARI Shigeo2016-03-1810-0/+709