This is an automated email from the ASF dual-hosted git repository. kmccusker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git
commit 0160c540782f9d01bf93df5493ca03314cfbdeba Merge: 87053bd 6237539 Author: Kealan McCusker <[email protected]> AuthorDate: Fri Jun 14 09:31:08 2019 +0100 Merge pull request #5 from apache/update-code Update code .travis.yml | 4 +- CPackConfig.cmake | 10 +- LICENSE | 4 +- Makefile | 43 +- README.md | 173 +- RELEASE | 1 - VERSION | 2 +- benchmark/benchtest_mpin_ZZZ.c.in | 2 +- config.mk | 4 +- doc/AMCL.dox | 4 +- doc/AMCL.pdf | Bin 423451 -> 0 bytes doc/CMakeLists.txt | 1 - doc/Home.md | 3 - doc/README.md | 2 - doc/latex/Makefile | 32 - doc/latex/README.md | 3 - doc/latex/amcl.bib | 199 - doc/latex/amcl.tex | 512 - doc/latex/clint.eps | 682 - doc/latex/llncs.cls | 1190 - doc/latex/screen.eps | 65799 ---------------------------- doc/latex/words.eps | 469 - examples/testall.c | 78 +- examples/testdvs_ZZZ.c.in | 6 +- examples/testmpin_ZZZ.c.in | 2 +- examples/testwcc_ZZZ.c.in | 4 +- examples/testwcc_dta_ZZZ.c.in | 4 +- include/amcl.h.in | 13 +- include/arch.h.in | 2 +- include/big.h.in | 29 + include/config_curve.h.in | 2 + include/ecdh.h.in | 18 + include/ecdh_support.h | 3 + include/ecp.h.in | 16 +- include/ecp2.h.in | 1 + include/ecp4.h.in | 65 +- include/ecp8.h.in | 59 +- include/fp.h.in | 2 +- include/fp12.h.in | 26 +- include/fp16.h.in | 26 - include/fp24.h.in | 54 +- include/fp4.h.in | 1 + include/fp48.h.in | 51 +- include/fp8.h.in | 26 - include/mpin.h.in | 26 +- include/mpin192.h.in | 37 +- include/mpin256.h.in | 37 +- include/pair.h.in | 33 + include/pair192.h.in | 35 + include/pair256.h.in | 33 + resources/icon/icon.bmp | Bin 129738 -> 129738 bytes resources/icon/icon.ico | Bin 133982 -> 21006 bytes src/big.c.in | 91 +- src/ecdh.c.in | 98 +- src/ecdh_support.c | 8 +- src/ecp.c.in | 104 +- src/ecp2.c.in | 81 +- src/ecp4.c.in | 48 +- src/ecp8.c.in | 43 +- src/ff.c.in | 47 +- src/fp.c.in | 356 +- src/fp12.c.in | 445 +- src/fp16.c.in | 141 +- src/fp2.c.in | 60 +- src/fp24.c.in | 405 +- src/fp4.c.in | 142 +- src/fp48.c.in | 409 +- src/fp8.c.in | 34 +- src/gcm.c | 2 +- src/hash.c | 6 +- src/mpin.c.in | 46 +- src/mpin192.c.in | 45 +- src/mpin256.c.in | 43 +- src/oct.c | 35 +- src/pair.c.in | 328 +- src/pair192.c.in | 289 +- src/pair256.c.in | 308 +- src/pbc_support.c | 3 + src/rand.c | 3 +- src/rom_curve_ANSSI.c | 3 +- src/rom_curve_BLS24.c | 5 +- src/rom_curve_BLS381.c | 6 + src/rom_curve_BLS383.c | 8 +- src/rom_curve_BLS461.c | 5 +- src/rom_curve_BLS48.c | 8 + src/rom_curve_BN254.c | 5 + src/rom_curve_BN254CX.c | 6 + src/rom_curve_BRAINPOOL.c | 1 + src/rom_curve_C25519.c | 3 +- src/rom_curve_C41417.c | 1 + src/rom_curve_ED25519.c | 4 + src/rom_curve_FP256BN.c | 29 +- src/rom_curve_FP512BN.c | 31 +- src/rom_curve_GOLDILOCKS.c | 1 + src/rom_curve_HIFIVE.c | 1 + src/rom_curve_NIST256.c | 2 + src/rom_curve_NUMS256E.c | 3 +- src/rom_curve_NUMS256W.c | 6 +- src/rom_curve_NUMS512E.c | 1 - src/rom_curve_SECP256K1.c | 4 + src/rom_field_25519.c | 8 + src/rom_field_256PME.c | 5 +- src/rom_field_256PMW.c | 4 +- src/rom_field_384PM.c | 3 +- src/rom_field_512PM.c | 3 +- src/rom_field_ANSSI.c | 1 + src/rom_field_BLS24.c | 6 +- src/rom_field_BLS381.c | 2 + src/rom_field_BLS383.c | 4 +- src/rom_field_BLS461.c | 5 +- src/rom_field_BLS48.c | 6 +- src/rom_field_BN254.c | 4 + src/rom_field_BN254CX.c | 5 + src/rom_field_BRAINPOOL.c | 1 + src/rom_field_C41417.c | 1 + src/rom_field_FP256BN.c | 6 + src/rom_field_FP512BN.c | 8 + src/rom_field_GOLDILOCKS.c | 6 + src/rom_field_HIFIVE.c | 3 + src/rom_field_NIST256.c | 2 + src/rom_field_NIST384.c | 3 + src/rom_field_NIST521.c | 1 + src/rom_field_SECP256K1.c | 4 + src/rsa.c.in | 3 + src/wcc.c.in | 8 +- src/wcc192.c.in | 8 +- src/wcc256.c.in | 8 +- src/x509.c | 26 +- test/CMakeLists.txt | 18 +- test/test_ecp_arithmetics_ZZZ.c.in | 2 +- test/test_fp12_arithmetics_YYY.c.in | 5 +- test/test_fp24_arithmetics_YYY.c.in | 4 +- test/test_fp_arithmetics_YYY.c.in | 2 + test/test_mpin_ZZZ.c.in | 6 +- test/test_mpin_bad_pin_ZZZ.c.in | 6 +- test/test_mpin_bad_token_ZZZ.c.in | 6 +- test/test_mpin_dvs_ZZZ.c.in | 6 +- test/test_mpin_dvs_wrong_pk_ZZZ.c.in | 6 +- test/test_mpin_expired_tp_ZZZ.c.in | 6 +- test/test_mpin_good_ZZZ.c.in | 6 +- test/test_mpin_random_ZZZ.c.in | 6 +- test/test_mpin_sign_ZZZ.c.in | 6 +- test/test_mpin_tp_ZZZ.c.in | 6 +- test/test_mpin_vectors_ZZZ.c.in | 6 +- test/test_mpinfull_ZZZ.c.in | 6 +- test/test_mpinfull_onepass_ZZZ.c.in | 6 +- test/test_mpinfull_random_ZZZ.c.in | 4 +- test/test_mpinfull_tp_ZZZ.c.in | 6 +- test/test_wcc_ZZZ.c.in | 4 +- test/test_wcc_bad_receiver_key_ZZZ.c.in | 6 +- test/test_wcc_bad_sender_key_ZZZ.c.in | 6 +- test/test_wcc_invalid_points_ZZZ.c.in | 4 +- test/test_wcc_random_ZZZ.c.in | 2 +- wrappers/python/TestMPINInstall_ZZZ.py.in | 8 +- wrappers/python/TimeMPIN_ZZZ.py.in | 4 +- wrappers/python/mpin_ZZZ.py.in | 4 +- wrappers/python/wcc_ZZZ.py.in | 2 +- 157 files changed, 2849 insertions(+), 71035 deletions(-)
