Commit Graph

64 Commits (d51fd79c86954a443b1c7ce67d7bcdb8a63ddedb)

Author SHA1 Message Date
MITSUNARI Shigeo a004a00952 remove warning of vc in fp_test 5 years ago
MITSUNARI Shigeo bb287f8f11 add Fp::getLittleEndian 5 years ago
MITSUNARI Shigeo 562337b152 v0.95 fix a parser of 0b10 with base = 16 5 years ago
MITSUNARI Shigeo 2b3835260a avoid overflow in test 6 years ago
MITSUNARI Shigeo e6eb24a40f remove unnecessary output 6 years ago
MITSUNARI Shigeo 4297ea0dea add Fp::setArray with Mod 6 years ago
MITSUNARI Shigeo 27a7a0140e change IF of Modp::init 6 years ago
MITSUNARI Shigeo fa696b564b add Modp class 6 years ago
MITSUNARI Shigeo a7efe8a6fe use sha2.hpp instead of crypto.hpp 6 years ago
MITSUNARI Shigeo 0f1d8d4415 remove sha1 in test 6 years ago
MITSUNARI Shigeo 32a1082d3f Fp::serialize() supports IoSerializeHexStr 6 years ago
MITSUNARI Shigeo c5e574bbfc reducing string/throw 7 years ago
MITSUNARI Shigeo 6b29693b64 add getModulo for buf 7 years ago
MITSUNARI Shigeo 7e327b6e1f reduce exception 7 years ago
MITSUNARI Shigeo b16c67e7e3 add fp::Serializable for getStr, setStr, serialize, deserialize 7 years ago
MITSUNARI Shigeo ada38d75f6 fix test of fp 7 years ago
MITSUNARI Shigeo 433203a446 use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT 7 years ago
MITSUNARI Shigeo 906aab70b3 fix many bugs of Vint 7 years ago
MITSUNARI Shigeo fd8810a398 build ok;test ng 7 years ago
MITSUNARI Shigeo 58ba4e4292 remove warning 8 years ago
MITSUNARI Shigeo 524aee9840 test for MCL_MAX_BIT_SIZE=384 8 years ago
MITSUNARI Shigeo 2ca430617c rename setMsg to SetHashOf 8 years ago
MITSUNARI Shigeo 4400b61efb change spec of copyAndMask 8 years ago
MITSUNARI Shigeo 0e5eed96e0 add littleEndianToHexStr 8 years ago
MITSUNARI Shigeo 71c0ed9928 [change] throw exception if prefix conflicts with base 8 years ago
MITSUNARI Shigeo 22ea6ac902 add copyByteToUnitAsLE and copyUnitToByteAsLE 8 years ago
MITSUNARI Shigeo bc582f62fd add Fp::setMsg() 8 years ago
MITSUNARI Shigeo 315dd729d1 disable test if xbyak is not enable 8 years ago
MITSUNARI Shigeo 9fc7b239ce remove warning for integer literal 8 years ago
MITSUNARI Shigeo 417bf50cf7 split fp_proto.hpp into proto.hpp and low_func.hpp 8 years ago
MITSUNARI Shigeo 549b0fa11d fix check for MCL_MAX_BIT_SIZE > 521 8 years ago
MITSUNARI Shigeo 8c74a0b0f0 rename mul_Unit to mulUnit 8 years ago
MITSUNARI Shigeo d142ba7253 rename addNC, subNC to addPre, subPre 8 years ago
MITSUNARI Shigeo e46f2c2ab7 fix roundup of bitSize 8 years ago
MITSUNARI Shigeo 26f1cd3f9c rename LLVM functions ; add 'L' 8 years ago
MITSUNARI Shigeo 549682109b unity fpDbl_mod 8 years ago
MITSUNARI Shigeo 20c35f1296 op.add requires p 8 years ago
MITSUNARI Shigeo 0e9f97b6db remove warning of vc15 8 years ago
MITSUNARI Shigeo 8730a3c731 move mont_fp_test to fp_test 8 years ago
MITSUNARI Shigeo 9ad3a35628 rewrite fp_test 8 years ago
MITSUNARI Shigeo 5d2d435b16 fix some functions and implementation of io 8 years ago
MITSUNARI Shigeo f79260f5aa use prefix(0x and 0b) if it conflicts with base 8 years ago
MITSUNARI Shigeo 9d1bf40ee7 remove warning for 32bit 9 years ago
MITSUNARI Shigeo baed82fa39 rename Fp2 to Fp_other to avoid misleading 9 years ago
MITSUNARI Shigeo 8417bf5f0b rename power to pow 9 years ago
MITSUNARI Shigeo 909fbbaa5d remove base argument in Fp::init 9 years ago
MITSUNARI Shigeo 9f93233018 rename Gmp to gmp 9 years ago
MITSUNARI Shigeo 2b0ab607e5 add test of stream 9 years ago
MITSUNARI Shigeo 2b11833edb remove warning of vc 9 years ago
MITSUNARI Shigeo 9bea74afbd fix ifdef 9 years ago