Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | precomputedMillerLoop2mixed for nonprecomputed Q1 | MITSUNARI Shigeo | 2018-06-10 | 3 | -6/+92 | |
| | ||||||
* | avoid malloc for SingVec | MITSUNARI Shigeo | 2018-06-10 | 1 | -1/+1 | |
| | ||||||
* | remove Array in LagrangeInterpolation | MITSUNARI Shigeo | 2018-06-10 | 1 | -15/+7 | |
| | ||||||
* | add lagrange test | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+19 | |
| | ||||||
* | add FixedArray::swap | MITSUNARI Shigeo | 2018-06-10 | 2 | -1/+44 | |
| | ||||||
* | invTbl is for only xbyak | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+4 | |
| | ||||||
* | add FixedArray | MITSUNARI Shigeo | 2018-06-10 | 2 | -0/+72 | |
| | ||||||
* | -Os is 1.6 times slower | MITSUNARI Shigeo | 2018-06-07 | 1 | -1/+1 | |
| | ||||||
* | change benchmark item for she | MITSUNARI Shigeo | 2018-06-05 | 1 | -7/+20 | |
| | ||||||
* | fix ; bad flag check | MITSUNARI Shigeo | 2018-06-05 | 1 | -1/+1 | |
| | ||||||
* | fix typo of macro | MITSUNARI Shigeo | 2018-06-05 | 2 | -4/+4 | |
| | ||||||
* | test for clang | MITSUNARI Shigeo | 2018-06-05 | 6 | -7/+20 | |
| | ||||||
* | fix wrong return value | MITSUNARI Shigeo | 2018-06-04 | 1 | -1/+1 | |
| | ||||||
* | remove warning of vc | MITSUNARI Shigeo | 2018-06-04 | 1 | -1/+0 | |
| | ||||||
* | change malloc.h to stdlib.h for OSX(Thanks to prprhyt) | MITSUNARI Shigeo | 2018-06-04 | 1 | -1/+1 | |
| | ||||||
* | add link to nizkp.pdf | MITSUNARI Shigeo | 2018-06-03 | 1 | -0/+2 | |
| | ||||||
* | add nizkp for she | MITSUNARI Shigeo | 2018-06-03 | 1 | -0/+0 | |
| | ||||||
* | fix wrong character encoding | MITSUNARI Shigeo | 2018-06-02 | 1 | -1/+1 | |
| | ||||||
* | add link to she-api.md | MITSUNARI Shigeo | 2018-06-02 | 1 | -0/+4 | |
| | ||||||
* | add api for she | MITSUNARI Shigeo | 2018-06-02 | 1 | -0/+322 | |
| | ||||||
* | add initG1only mode for she | MITSUNARI Shigeo | 2018-06-02 | 5 | -32/+150 | |
| | ||||||
* | remove warning of vc | MITSUNARI Shigeo | 2018-06-01 | 1 | -1/+1 | |
| | ||||||
* | MCL_DONT_USE_CSPRNG is to avoid /dev/urandom | MITSUNARI Shigeo | 2018-05-29 | 3 | -4/+8 | |
| | ||||||
* | isPrime does not require CSPRNG | MITSUNARI Shigeo | 2018-05-29 | 1 | -5/+7 | |
| | ||||||
* | NoRandomGenerator is removed | MITSUNARI Shigeo | 2018-05-29 | 1 | -11/+8 | |
| | ||||||
* | remove bn_current | MITSUNARI Shigeo | 2018-05-29 | 3 | -15/+6 | |
| | ||||||
* | fix pb if zero-size array | MITSUNARI Shigeo | 2018-05-28 | 1 | -0/+1 | |
| | ||||||
* | update CYBOZULIB_TAG | MITSUNARI Shigeo | 2018-05-28 | 1 | -1/+1 | |
| | ||||||
* | add array.hpp | MITSUNARI Shigeo | 2018-05-28 | 1 | -0/+84 | |
| | ||||||
* | remove throw in ecdsa-wasm | MITSUNARI Shigeo | 2018-05-28 | 5 | -4/+27 | |
| | ||||||
* | reduce including standard headers | MITSUNARI Shigeo | 2018-05-27 | 11 | -52/+85 | |
| | ||||||
* | build bn_c256 with -fno-exceptions | MITSUNARI Shigeo | 2018-05-27 | 11 | -162/+289 | |
| | ||||||
* | reducing string/throw | MITSUNARI Shigeo | 2018-05-27 | 10 | -236/+450 | |
| | ||||||
* | add ecdsaFree | MITSUNARI Shigeo | 2018-05-27 | 2 | -1/+9 | |
| | ||||||
* | split error and throw | MITSUNARI Shigeo | 2018-05-27 | 15 | -192/+210 | |
| | ||||||
* | avoid vector of vector | MITSUNARI Shigeo | 2018-05-27 | 2 | -9/+6 | |
| | ||||||
* | rename vector.hpp to array.hpp | MITSUNARI Shigeo | 2018-05-27 | 6 | -87/+10 | |
| | ||||||
* | move CFLAGS_USER to last | MITSUNARI Shigeo | 2018-05-27 | 1 | -1/+2 | |
| | ||||||
* | remove std::string | MITSUNARI Shigeo | 2018-05-24 | 2 | -18/+11 | |
| | ||||||
* | for minimum exports | MITSUNARI Shigeo | 2018-05-24 | 1 | -1/+1 | |
| | ||||||
* | Vector without exception | MITSUNARI Shigeo | 2018-05-23 | 9 | -44/+146 | |
| | ||||||
* | add getModulo for buf | MITSUNARI Shigeo | 2018-05-23 | 5 | -2/+48 | |
| | ||||||
* | fix Makefile for emcc | MITSUNARI Shigeo | 2018-05-23 | 1 | -5/+5 | |
| | ||||||
* | same option for she | MITSUNARI Shigeo | 2018-05-23 | 1 | -3/+3 | |
| | ||||||
* | use DISABLE_EXCEPTION_CATHING=1 | MITSUNARI Shigeo | 2018-05-23 | 2 | -2/+16 | |
| | ||||||
* | all try are removed in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-23 | 2 | -20/+35 | |
| | ||||||
* | removing try in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-23 | 1 | -34/+6 | |
| | ||||||
* | serialize/deserialize use save/load wo exception | MITSUNARI Shigeo | 2018-05-23 | 3 | -56/+198 | |
| | ||||||
* | change the order of arguments for noexcept version of load/save | MITSUNARI Shigeo | 2018-05-23 | 4 | -76/+76 | |
| | ||||||
* | fix Vint:setStr | MITSUNARI Shigeo | 2018-05-23 | 2 | -5/+8 | |
| | ||||||
* | add bn::init wo exception | MITSUNARI Shigeo | 2018-05-22 | 3 | -24/+43 | |
| | ||||||
* | avoid assert if MCL_MAX_BIT_SIZE=256 | MITSUNARI Shigeo | 2018-05-22 | 1 | -2/+8 | |
| | ||||||
* | add Fp::init for mpz_class | MITSUNARI Shigeo | 2018-05-22 | 5 | -32/+28 | |
| | ||||||
* | fix return | MITSUNARI Shigeo | 2018-05-22 | 1 | -0/+1 | |
| | ||||||
* | load/save of EcT support nothrow | MITSUNARI Shigeo | 2018-05-22 | 2 | -37/+89 | |
| | ||||||
* | fp_tower supports load/save wo throw | MITSUNARI Shigeo | 2018-05-22 | 1 | -23/+79 | |
| | ||||||
* | remove throw in fp.hpp | MITSUNARI Shigeo | 2018-05-22 | 4 | -30/+35 | |
| | ||||||
* | split getUint64/getInt64 for throw | MITSUNARI Shigeo | 2018-05-22 | 2 | -9/+20 | |
| | ||||||
* | rename mul_b_div_xi to mul_twist_b | MITSUNARI Shigeo | 2018-05-21 | 1 | -2/+2 | |
| | ||||||
* | remove unnecessary assert | MITSUNARI Shigeo | 2018-05-21 | 1 | -1/+0 | |
| | ||||||
* | fix typo | MITSUNARI Shigeo | 2018-05-21 | 1 | -1/+1 | |
| | ||||||
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -12/+17 | |
| | ||||||
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 2 | -33/+31 | |
| | ||||||
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 8 | -396/+217 | |
| | ||||||
* | add author to she-api-ja.md | MITSUNARI Shigeo | 2018-05-20 | 1 | -0/+8 | |
| | ||||||
* | conversion.hpp to include/mcl | MITSUNARI Shigeo | 2018-05-19 | 8 | -32/+30 | |
| | ||||||
* | remove fromStr16 | MITSUNARI Shigeo | 2018-05-19 | 3 | -32/+5 | |
| | ||||||
* | add bool version of Op::init | MITSUNARI Shigeo | 2018-05-18 | 3 | -40/+31 | |
| | ||||||
* | fix typo of doc | MITSUNARI Shigeo | 2018-05-18 | 1 | -1/+1 | |
| | ||||||
* | update doc | MITSUNARI Shigeo | 2018-05-18 | 1 | -1/+1 | |
| | ||||||
* | link to how to make library | MITSUNARI Shigeo | 2018-05-18 | 1 | -0/+2 | |
| | ||||||
* | refactor strToArray | MITSUNARI Shigeo | 2018-05-18 | 2 | -95/+149 | |
| | ||||||
* | add hexToArray | MITSUNARI Shigeo | 2018-05-17 | 3 | -10/+50 | |
| | ||||||
* | reduce exception | MITSUNARI Shigeo | 2018-05-17 | 8 | -80/+368 | |
| | ||||||
* | use mcl::bn | MITSUNARI Shigeo | 2018-05-16 | 1 | -3/+1 | |
| | ||||||
* | fp does not require serializer.hpp | MITSUNARI Shigeo | 2018-05-16 | 2 | -1/+2 | |
| | ||||||
* | update doc for bn api | MITSUNARI Shigeo | 2018-05-15 | 2 | -36/+39 | |
| | ||||||
* | err is not suitable | MITSUNARI Shigeo | 2018-05-15 | 1 | -3/+2 | |
| | ||||||
* | fix of SetHashOf | MITSUNARI Shigeo | 2018-05-15 | 2 | -1/+11 | |
| | ||||||
* | use web crypto api for bn_c512.js | MITSUNARI Shigeo | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | call cryptoGetRandomValues | MITSUNARI Shigeo | 2018-05-14 | 2 | -3/+9 | |
| | ||||||
* | reduce try..catch | MITSUNARI Shigeo | 2018-05-14 | 2 | -46/+63 | |
| | ||||||
* | setErrFile is removed | MITSUNARI Shigeo | 2018-05-14 | 7 | -133/+22 | |
| | ||||||
* | remove stringstream in vint.hpp | MITSUNARI Shigeo | 2018-05-14 | 3 | -40/+62 | |
| | ||||||
* | callback crypto.getRandomValues | MITSUNARI Shigeo | 2018-05-14 | 1 | -2/+15 | |
| | ||||||
* | remove random_generator.hpp in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-13 | 3 | -9/+7 | |
| | ||||||
* | fix encoding bitSize of Elgamal::PublicKey for Java | MITSUNARI Shigeo | 2018-05-10 | 7 | -12/+1156 | |
| | ||||||
* | mv java to ffi/java | MITSUNARI Shigeo | 2018-05-09 | 13 | -7/+8 | |
| | ||||||
* | update tag for CMakeLists.txt | MITSUNARI Shigeo | 2018-05-09 | 1 | -2/+2 | |
| | ||||||
* | add fast mod for SECP256k1 | MITSUNARI Shigeo | 2018-05-09 | 4 | -1/+96 | |
| | ||||||
* | fix ; recover old spec for SmallMask | MITSUNARI Shigeo | 2018-05-08 | 1 | -2/+3 | |
| | ||||||
* | fix typo | MITSUNARI Shigeo | 2018-05-06 | 3 | -12/+13 | |
| | ||||||
* | add test of ecdsa::serializer | MITSUNARI Shigeo | 2018-05-06 | 1 | -0/+15 | |
| | ||||||
* | normalize ecdsa::PublicKey | MITSUNARI Shigeo | 2018-05-06 | 1 | -0/+1 | |
| | ||||||
* | add ecdsa-wasm to Makefile | MITSUNARI Shigeo | 2018-05-06 | 1 | -0/+6 | |
| | ||||||
* | update doc for IoSerialize | MITSUNARI Shigeo | 2018-05-06 | 1 | -5/+12 | |
| | ||||||
* | remove some copy | MITSUNARI Shigeo | 2018-05-06 | 1 | -7/+4 | |
| | ||||||
* | IoSerialize for !isMSBserialize | MITSUNARI Shigeo | 2018-05-06 | 2 | -20/+41 | |
| | ||||||
* | add ecdsaPrecomputed | MITSUNARI Shigeo | 2018-05-05 | 6 | -4/+275 | |
| | ||||||
* | test of ecdsa runs well | MITSUNARI Shigeo | 2018-05-05 | 3 | -2/+280 | |
| | ||||||
* | add Fp::setArrayMaskMod | MITSUNARI Shigeo | 2018-05-04 | 3 | -15/+41 | |
| | ||||||
* | doc for she::Zkp class | MITSUNARI Shigeo | 2018-05-03 | 1 | -11/+52 | |
| | ||||||
* | add how to make she_c384 to Makefile | MITSUNARI Shigeo | 2018-05-03 | 1 | -7/+11 | |
| | ||||||
* | use isEqual for ZkpBinTest | MITSUNARI Shigeo | 2018-05-03 | 1 | -4/+5 | |
| | ||||||
* | enable ZkpEqTest and ZkpBinEqTest | MITSUNARI Shigeo | 2018-05-03 | 3 | -12/+11 | |
| | ||||||
* | Merge branch 'master' into zkp | MITSUNARI Shigeo | 2018-05-03 | 41 | -2087/+2459 | |
|\ | ||||||
| * | she_c_test for BLS12 runs well | MITSUNARI Shigeo | 2018-04-30 | 1 | -8/+11 | |
| | | ||||||
| * | test of she_c384 | MITSUNARI Shigeo | 2018-04-30 | 4 | -4/+18 | |
| | | ||||||
| * | skip space before data of ec | MITSUNARI Shigeo | 2018-04-30 | 2 | -6/+10 | |
| | | ||||||
| * | reduce bit size of scalar multiplication on BLS12 | MITSUNARI Shigeo | 2018-04-25 | 2 | -19/+19 | |
| | | ||||||
| * | refactor namespace | MITSUNARI Shigeo | 2018-04-25 | 6 | -914/+850 | |
| | | ||||||
| * | scalar multiplication of G2/GT on BLS12 by GLV method | MITSUNARI Shigeo | 2018-04-24 | 2 | -26/+45 | |
| | | ||||||
| * | remove debug message in she_c | MITSUNARI Shigeo | 2018-04-23 | 1 | -84/+21 | |
| | | ||||||
| * | add desc. for BLS12-381 to readme | MITSUNARI Shigeo | 2018-04-22 | 1 | -5/+5 | |
| | | ||||||
| * | enable GLV method for BLS12/G1 | MITSUNARI Shigeo | 2018-04-22 | 1 | -3/+2 | |
| | | ||||||
| * | GLV method for BLS12 | MITSUNARI Shigeo | 2018-04-22 | 2 | -20/+48 | |
| | | ||||||
| * | refactor G2::Frobenius | MITSUNARI Shigeo | 2018-04-19 | 2 | -168/+130 | |
| | | ||||||
| * | refactor structure of BN | MITSUNARI Shigeo | 2018-04-19 | 5 | -141/+127 | |
| | | ||||||
| * | define BN::precomputed* in mcl::bn* | MITSUNARI Shigeo | 2018-04-18 | 2 | -3/+18 | |
| | | ||||||
| * | define BN::** in mcl::bn** | MITSUNARI Shigeo | 2018-04-18 | 18 | -252/+296 | |
| | | ||||||
| * | [she] add description of she.neg | MITSUNARI Shigeo | 2018-04-17 | 1 | -1/+2 | |
| | | ||||||
| * | add CipherText::neg | MITSUNARI Shigeo | 2018-04-17 | 4 | -1/+53 | |
| | | ||||||
| * | add alias of mcl::init | MITSUNARI Shigeo | 2018-04-17 | 2 | -5/+15 | |
| | | ||||||
| * | add japanese she api doc | MITSUNARI Shigeo | 2018-04-15 | 1 | -0/+262 | |
| | | ||||||
| * | define some functions in mcl::she | MITSUNARI Shigeo | 2018-04-15 | 1 | -0/+9 | |
| | | ||||||
| * | add assert for setByCSPRNG | MITSUNARI Shigeo | 2018-04-15 | 2 | -1/+2 | |
| | | ||||||
| * | load dlp-table test | MITSUNARI Shigeo | 2018-04-06 | 3 | -22/+121 | |
| | | ||||||
| * | disable error for she | MITSUNARI Shigeo | 2018-04-06 | 1 | -0/+40 | |
| | | ||||||
| * | use new CurveParam name | MITSUNARI Shigeo | 2018-04-06 | 16 | -60/+52 | |
| | | ||||||
| * | bench for setStr w/wo check | MITSUNARI Shigeo | 2018-04-05 | 3 | -4/+18 | |
| | | ||||||
| * | rename curve name | MITSUNARI Shigeo | 2018-04-05 | 12 | -57/+66 | |
| | | ||||||
| * | bls12_381.hpp is removed | MITSUNARI Shigeo | 2018-04-04 | 2 | -89/+51 | |
| | | ||||||
| * | add mclBn_verifyOrderG1/G2 | MITSUNARI Shigeo | 2018-04-04 | 4 | -8/+39 | |
| | | ||||||
| * | fix error of she_smpl | MITSUNARI Shigeo | 2018-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | add doc for BLS12-381 | MITSUNARI Shigeo | 2018-04-04 | 1 | -0/+1 | |
| | | ||||||
| * | fix clear GLV for BLS12 | MITSUNARI Shigeo | 2018-04-04 | 3 | -4/+41 | |
| | | ||||||
| * | refactor some classes | MITSUNARI Shigeo | 2018-04-03 | 1 | -131/+107 | |
| | | ||||||
| * | unify BNT and BasePairintT | MITSUNARI Shigeo | 2018-04-03 | 1 | -54/+42 | |
| | | ||||||
| * | remove bls12.hpp | MITSUNARI Shigeo | 2018-04-03 | 17 | -1563/+1506 | |
| | | ||||||
| * | remove default value of ParamT::init | MITSUNARI Shigeo | 2018-04-03 | 3 | -3/+3 | |
| | | ||||||
| * | unify MapToT | MITSUNARI Shigeo | 2018-04-03 | 3 | -357/+357 | |
| | | ||||||
| * | rename expHardPart as BN/BLS12 | MITSUNARI Shigeo | 2018-04-03 | 3 | -126/+131 | |
| | | ||||||
| * | rename curveParam | MITSUNARI Shigeo | 2018-04-03 | 9 | -45/+38 | |
| | | ||||||
* | | _ | MITSUNARI Shigeo | 2018-04-03 | 14 | -1318/+1457 | |
|\| | ||||||
| * | enable later | MITSUNARI Shigeo | 2018-04-02 | 1 | -0/+2 | |
| | | ||||||
| * | miss to update | MITSUNARI Shigeo | 2018-04-02 | 1 | -2/+2 | |
| | | ||||||
| * | remove macro for bls12 | MITSUNARI Shigeo | 2018-04-01 | 5 | -185/+140 | |
| | | ||||||
| * | remove unused var | MITSUNARI Shigeo | 2018-04-01 | 1 | -47/+36 | |
| | | ||||||
| * | unify curve param | MITSUNARI Shigeo | 2018-03-29 | 4 | -35/+38 | |
| | | ||||||
| * | rename mul_014 and mul_025 | MITSUNARI Shigeo | 2018-03-29 | 1 | -17/+979 | |
| | | ||||||
| * | unify bn and bls12 | MITSUNARI Shigeo | 2018-03-29 | 4 | -1009/+22 | |
| | | ||||||
| * | [she] update bench | MITSUNARI Shigeo | 2018-03-29 | 1 | -0/+143 | |
| | | ||||||
| * | add reference | MITSUNARI Shigeo | 2018-03-23 | 1 | -0/+2 | |
| | | ||||||
| * | remove old order of pairings | MITSUNARI Shigeo | 2018-03-18 | 1 | -7/+0 | |
| | | ||||||
| * | use bench.hpp for bls12 | MITSUNARI Shigeo | 2018-03-18 | 3 | -60/+39 | |
| | | ||||||
| * | bls12::mapToG1 is ok | MITSUNARI Shigeo | 2018-03-18 | 3 | -4/+13 | |
| | | ||||||
| * | add bls12::mapToG2 | MITSUNARI Shigeo | 2018-03-16 | 3 | -40/+83 | |
| | | ||||||
| * | [break backward compatibility] mapToG2 is changed | MITSUNARI Shigeo | 2018-03-16 | 2 | -23/+57 | |
| | | ||||||
| * | add G2::Frobenius2, Frobenius3 | MITSUNARI Shigeo | 2018-03-16 | 1 | -0/+11 | |
| | | ||||||
| * | add bench of setStr | MITSUNARI Shigeo | 2018-03-16 | 1 | -5/+10 | |
| | | ||||||
| * | use mulGeneric instad of mul | MITSUNARI Shigeo | 2018-03-14 | 1 | -2/+2 | |
| | | ||||||
| * | move HaveFrobenius to util | MITSUNARI Shigeo | 2018-03-14 | 6 | -125/+73 | |
| | | ||||||
| * | remove MCL_DEV | MITSUNARI Shigeo | 2018-03-14 | 4 | -107/+3 | |
| | | ||||||
| * | ignore .swp | MITSUNARI Shigeo | 2018-03-14 | 3 | -0/+208 | |
| | | ||||||
* | | add ZkpEq | MITSUNARI Shigeo | 2018-03-14 | 3 | -12/+93 | |
| | | ||||||
* | | add ZkpBinEq | MITSUNARI Shigeo | 2018-03-14 | 5 | -21/+455 | |
|/ | ||||||
* | add mul_014 for bls12 | MITSUNARI Shigeo | 2018-03-04 | 1 | -11/+49 | |
| | ||||||
* | recover IoSeprator | MITSUNARI Shigeo | 2018-03-04 | 1 | -1/+1 | |
| | ||||||
* | bls12::pairing is ok | MITSUNARI Shigeo | 2018-03-04 | 3 | -91/+133 | |
| | ||||||
* | BLS12::dblLine is ok | MITSUNARI Shigeo | 2018-03-04 | 1 | -0/+617 | |
| | ||||||
* | BLS12::addLine is ok | MITSUNARI Shigeo | 2018-03-04 | 5 | -3/+41 | |
| | ||||||
* | bls12::finalExp is ok | MITSUNARI Shigeo | 2018-03-03 | 1 | -1/+1 | |
| | ||||||
* | remove duplicate code in bls12.hpp | MITSUNARI Shigeo | 2018-03-03 | 3 | -918/+919 | |
| | ||||||
* | move ParamT to util | MITSUNARI Shigeo | 2018-03-03 | 2 | -178/+197 | |
| | ||||||
* | move some functions to pairing_util.hpp | MITSUNARI Shigeo | 2018-03-03 | 2 | -30/+46 | |
| | ||||||
* | start to split bn.hpp | MITSUNARI Shigeo | 2018-03-02 | 4 | -31/+92 | |
| | ||||||
* | use Fp2Dbl::mulPre instead of mulOpt | MITSUNARI Shigeo | 2018-03-02 | 1 | -63/+37 | |
| | ||||||
* | MCL_DEV is ok | MITSUNARI Shigeo | 2018-03-02 | 1 | -142/+110 | |
| | ||||||
* | use mul_025 | MITSUNARI Shigeo | 2018-02-27 | 1 | -28/+123 | |
| | ||||||
* | add MCL_DEV | MITSUNARI Shigeo | 2018-02-25 | 1 | -23/+46 | |
| | ||||||
* | use mul_024 | MITSUNARI Shigeo | 2018-02-23 | 1 | -4/+2 | |
| | ||||||
* | start to consider bls12 | MITSUNARI Shigeo | 2018-02-22 | 1 | -18/+67 | |
| | ||||||
* | fix comment of aggregate signature | MITSUNARI Shigeo | 2018-02-20 | 1 | -4/+3 | |
| | ||||||
* | add benchmark of aggregate_sig | MITSUNARI Shigeo | 2018-02-20 | 1 | -7/+43 | |
| | ||||||
* | remove breaking strict aliasing rule of test | MITSUNARI Shigeo | 2018-02-20 | 1 | -8/+9 | |
| | ||||||
* | fix for VC | MITSUNARI Shigeo | 2018-02-20 | 1 | -3/+13 | |
| | ||||||
* | remove unnecessary using namespace | MITSUNARI Shigeo | 2018-02-20 | 1 | -1/+0 | |
| | ||||||
* | sample of aggregate signature | MITSUNARI Shigeo | 2018-02-20 | 3 | -0/+309 | |
| | ||||||
* | test mulPre6 | MITSUNARI Shigeo | 2018-02-17 | 1 | -2/+24 | |
| | ||||||
* | unify mul3x1add and mul4x1add into mulPackAdd | MITSUNARI Shigeo | 2018-02-16 | 1 | -61/+40 | |
| | ||||||
* | [she] add serialize/deserialize for ZkpBin | MITSUNARI Shigeo | 2018-02-06 | 3 | -0/+21 | |
| | ||||||
* | add she-wasm target to Makefile | MITSUNARI Shigeo | 2018-02-06 | 1 | -0/+3 | |
| | ||||||
* | [she] add ZkpBin api for c | MITSUNARI Shigeo | 2018-02-06 | 3 | -1/+122 | |
| | ||||||
* | [she] add ZkpBin for m = 0 or 1 | MITSUNARI Shigeo | 2018-02-06 | 2 | -136/+181 | |
| | ||||||
* | [she] add ZkpBin | MITSUNARI Shigeo | 2018-02-06 | 3 | -33/+160 | |
| | ||||||
* | remove RandGen implicitly in vint.hpp | MITSUNARI Shigeo | 2018-02-05 | 1 | -6/+6 | |
| | ||||||
* | she uses RandGen | MITSUNARI Shigeo | 2018-02-05 | 4 | -92/+67 | |
| | ||||||
* | pailler uses RandGen | MITSUNARI Shigeo | 2018-02-05 | 4 | -14/+22 | |
| | ||||||
* | remove XorShift from isPrime | MITSUNARI Shigeo | 2018-02-05 | 6 | -80/+88 | |
| | ||||||
* | add ZkpBin | MITSUNARI Shigeo | 2018-02-05 | 1 | -0/+30 | |
| | ||||||
* | new RandGen | MITSUNARI Shigeo | 2018-02-05 | 7 | -68/+27 | |
| | ||||||
* | add WrapperRG | MITSUNARI Shigeo | 2018-02-05 | 5 | -52/+121 | |
| | ||||||
* | fix type error | MITSUNARI Shigeo | 2018-02-04 | 1 | -1/+1 | |
| | ||||||
* | add Fp::setHashFunc | MITSUNARI Shigeo | 2018-02-04 | 3 | -18/+34 | |
| | ||||||
* | update version of cybozulib | MITSUNARI Shigeo | 2018-02-04 | 1 | -1/+1 | |
| | ||||||
* | fix dependency of SHE256_LIB | MITSUNARI Shigeo | 2018-02-04 | 1 | -2/+1 | |
| | ||||||
* | G2::Frobenius for Mtype | MITSUNARI Shigeo | 2018-02-01 | 1 | -3/+28 | |
| | ||||||
* | remove unnecessary blank | MITSUNARI Shigeo | 2018-01-31 | 1 | -28/+0 | |
| | ||||||
* | add bench.txt | MITSUNARI Shigeo | 2018-01-31 | 2 | -1/+145 | |
| | ||||||
* | unify bench for bn | MITSUNARI Shigeo | 2018-01-31 | 4 | -66/+83 | |
| | ||||||
* | add Fr_sqr and GT_sqr for c api | MITSUNARI Shigeo | 2018-01-30 | 3 | -0/+18 | |
| | ||||||
* | fix testCompress ; a must be in GT | MITSUNARI Shigeo | 2018-01-29 | 1 | -5/+3 | |
| | ||||||
* | Merge pull request #13 from prprhyt/fix-32bit-mulArray-args | MITSUNARI Shigeo | 2018-01-29 | 1 | -1/+1 | |
|\ | | | | | Thank you for your good patch. | |||||
| * | fix 32bit mulArray args | prprhyt | 2018-01-29 | 1 | -1/+1 | |
|/ | ||||||
* | add url of demo | MITSUNARI Shigeo | 2018-01-27 | 1 | -0/+2 | |
| | ||||||
* | add benchmark of Firefox and Safari | MITSUNARI Shigeo | 2018-01-27 | 2 | -11/+18 | |
| | ||||||
* | add bn_c512_test.cpp | MITSUNARI Shigeo | 2018-01-26 | 1 | -0/+6 | |
| | ||||||
* | add bn_c512 | MITSUNARI Shigeo | 2018-01-26 | 5 | -15/+55 | |
| | ||||||
* | fix typo | MITSUNARI Shigeo | 2018-01-26 | 1 | -1/+1 | |
| | ||||||
* | use a value of bench by test/bn_test.cpp | MITSUNARI Shigeo | 2018-01-26 | 1 | -2/+3 | |
| | ||||||
* | trivial fix of doc | MITSUNARI Shigeo | 2018-01-26 | 1 | -1/+1 | |
| | ||||||
* | move benchmark section to top | MITSUNARI Shigeo | 2018-01-26 | 1 | -33/+33 | |
| | ||||||
* | update benchmark and parameter of readme.md | MITSUNARI Shigeo | 2018-01-26 | 2 | -11/+20 | |
| | ||||||
* | [bn] add mclBnGi_normalize() | MITSUNARI Shigeo | 2018-01-11 | 3 | -0/+14 | |
| | ||||||
* | add fp::Serializable for getStr, setStr, serialize, deserialize | MITSUNARI Shigeo | 2018-01-08 | 7 | -323/+72 | |
| | ||||||
* | [she] use PublicKeyMethod for common method of PublicKey and ↵ | MITSUNARI Shigeo | 2018-01-07 | 1 | -145/+146 | |
| | | | | PrecomputedPublicKey | |||||
* | [she] add test of pub.convert | MITSUNARI Shigeo | 2018-01-04 | 2 | -4/+10 | |
| | ||||||
* | [she] refactor PrecomputedPublicKey::reRand | MITSUNARI Shigeo | 2018-01-03 | 1 | -69/+52 | |
| | ||||||
* | [she] add sheDecGiViaGT | MITSUNARI Shigeo | 2018-01-03 | 3 | -2/+36 | |
| | ||||||
* | [she] change decG1ViaGT to useDecG1ViaGT | MITSUNARI Shigeo | 2018-01-03 | 3 | -15/+15 | |
| | ||||||
* | add sheDecGiViaGT | MITSUNARI Shigeo | 2018-01-03 | 3 | -8/+47 | |
| | ||||||
* | [she] change api ; add setTryNum() and remove tryNum in setRangeForDLP | MITSUNARI Shigeo | 2018-01-03 | 5 | -52/+67 | |
| | ||||||
* | [she] add tryNum argument to loadTable() | MITSUNARI Shigeo | 2018-01-03 | 3 | -13/+13 | |
| | ||||||
* | [she] add option to make DLP table | MITSUNARI Shigeo | 2017-12-30 | 4 | -24/+126 | |
| | ||||||
* | [she] rename kcv to kcv_ | MITSUNARI Shigeo | 2017-12-30 | 1 | -17/+17 | |
| | ||||||
* | [she] save curveType in HashTable | MITSUNARI Shigeo | 2017-12-28 | 2 | -0/+6 | |
| | ||||||
* | add getCurveParam() | MITSUNARI Shigeo | 2017-12-28 | 3 | -29/+23 | |
| | ||||||
* | [she] add decViaGT for large tryNum | MITSUNARI Shigeo | 2017-12-28 | 2 | -7/+31 | |
| | ||||||
* | [she] add comment to convertG2ToGT | MITSUNARI Shigeo | 2017-12-28 | 1 | -1/+1 | |
| | ||||||
* | [she] add bench of convertGi to GT | MITSUNARI Shigeo | 2017-12-28 | 1 | -0/+3 | |
| | ||||||
* | fix compile error on visual studio | MITSUNARI Shigeo | 2017-12-28 | 3 | -25/+36 | |
| | ||||||
* | update CMakefile for new cybozulib | MITSUNARI Shigeo | 2017-12-27 | 1 | -2/+2 | |
| | ||||||
* | all classes use new load/save api | MITSUNARI Shigeo | 2017-12-27 | 5 | -360/+374 | |
| | ||||||
* | use new steram api | MITSUNARI Shigeo | 2017-12-27 | 4 | -36/+23 | |
| | ||||||
* | use hasNext for loadWord | MITSUNARI Shigeo | 2017-12-26 | 10 | -155/+229 | |
| | ||||||
* | add Fp::save, load | MITSUNARI Shigeo | 2017-12-24 | 4 | -45/+83 | |
| | ||||||
* | remove old deserialize apinew_deserialize_api | MITSUNARI Shigeo | 2017-12-24 | 4 | -62/+10 | |
| | ||||||
* | [she] add test of mulold_deserialize_api | MITSUNARI Shigeo | 2017-12-18 | 1 | -0/+7 | |
| | ||||||
* | [she] change int64_t to INT template | MITSUNARI Shigeo | 2017-12-18 | 2 | -20/+50 | |
| | ||||||
* | [she] C++ test of mulML + finalExp | MITSUNARI Shigeo | 2017-12-14 | 1 | -0/+29 | |
| |