This is an automated email from the ASF dual-hosted git repository.
giorgio pushed a change to branch sonar_review
in repository
https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git.
from bbb4c7e Merge pull request #17 from apache/issue16
new 44cc1eb 1. Removed modified: src/oct.c modified:
test/test_octet_consistency.c
new 29b2f78 deleted: CPackConfig.cmake
new c2457e7 modified: Makefile
add da6e396 added Apache headers
add fa0a45a Merge pull request #20 from apache/issue18
new 7017116 Merge branch 'develop' into sonar_review
new 49faf36 Fixed merge and include for adding octect to string hex
new file: CPackConfig.cmake modified: include/amcl.h.in
new 1786ebb Read
new 672c1e0 modified: CPackConfig.cmake
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 15657 +++++++++++++++++++++++++++++-
README.md | 40 +-
cmake_uninstall.cmake.in | 17 +
doc/Doxyfile | 12 +-
examples/example_dvs_ZZZ.c.in | 42 +-
include/amcl.h.in | 15 +
include/config_curve.h.in | 19 +
include/config_test.h.in | 43 +-
include/ecp4.h.in | 19 +
include/ecp8.h.in | 19 +
include/fp16.h.in | 19 +
include/fp24.h.in | 19 +
include/fp48.h.in | 19 +
include/fp8.h.in | 19 +
include/pair192.h.in | 19 +
include/pair256.h.in | 19 +
include/version.h.in | 42 +-
src/oct.c | 562 +-
src/randapi.c | 19 +
src/rom_curve_ANSSI.c | 19 +
src/rom_curve_BLS24.c | 21 +-
src/rom_curve_BLS381.c | 19 +
src/rom_curve_BLS383.c | 21 +-
src/rom_curve_BLS461.c | 21 +-
src/rom_curve_BLS48.c | 21 +-
src/rom_curve_BN254.c | 19 +
src/rom_curve_BN254CX.c | 19 +
src/rom_curve_BRAINPOOL.c | 19 +
src/rom_curve_C25519.c | 19 +
src/rom_curve_C41417.c | 19 +
src/rom_curve_ED25519.c | 19 +
src/rom_curve_FP256BN.c | 19 +
src/rom_curve_FP512BN.c | 19 +
src/rom_curve_GOLDILOCKS.c | 19 +
src/rom_curve_HIFIVE.c | 19 +
src/rom_curve_NIST256.c | 19 +
src/rom_curve_NIST384.c | 19 +
src/rom_curve_NIST521.c | 19 +
src/rom_curve_NUMS256E.c | 21 +-
src/rom_curve_NUMS256W.c | 21 +-
src/rom_curve_NUMS384E.c | 21 +-
src/rom_curve_NUMS384W.c | 21 +-
src/rom_curve_NUMS512E.c | 19 +
src/rom_curve_NUMS512W.c | 19 +
src/rom_curve_SECP256K1.c | 19 +
src/rom_field_25519.c | 19 +
src/rom_field_256PME.c | 21 +-
src/rom_field_256PMW.c | 21 +-
src/rom_field_384PM.c | 21 +-
src/rom_field_512PM.c | 21 +-
src/rom_field_ANSSI.c | 19 +
src/rom_field_BLS24.c | 21 +-
src/rom_field_BLS381.c | 19 +
src/rom_field_BLS383.c | 21 +-
src/rom_field_BLS461.c | 21 +-
src/rom_field_BLS48.c | 21 +-
src/rom_field_BN254.c | 19 +
src/rom_field_BN254CX.c | 19 +
src/rom_field_BRAINPOOL.c | 19 +
src/rom_field_C41417.c | 19 +
src/rom_field_FP256BN.c | 19 +
src/rom_field_FP512BN.c | 19 +
src/rom_field_GOLDILOCKS.c | 19 +
src/rom_field_HIFIVE.c | 19 +
src/rom_field_NIST256.c | 19 +
src/rom_field_NIST384.c | 19 +
src/rom_field_NIST521.c | 19 +
src/rom_field_SECP256K1.c | 19 +
src/rsa_support.c | 19 +
src/utils.c | 3 +-
src/wcc.c.in | 44 +-
src/wcc192.c.in | 44 +-
src/wcc256.c.in | 44 +-
test/test_aes_decrypt.c | 37 +-
test/test_aes_encrypt.c | 37 +-
test/test_big_arithmetics_XXX.c.in | 36 +-
test/test_big_consistency_XXX.c.in | 36 +-
test/test_bls_ZZZ.c.in | 31 +-
test/test_ecc_ZZZ.c.in | 36 +-
test/test_ecdh_ZZZ.c.in | 36 +-
test/test_ecdsa_keypair_ZZZ.c.in | 36 +-
test/test_ecdsa_sign_ZZZ.c.in | 36 +-
test/test_ecdsa_verify_ZZZ.c.in | 36 +-
test/test_ecp2_arithmetics_ZZZ.c.in | 38 +-
test/test_ecp4_arithmetics_ZZZ.c.in | 38 +-
test/test_ecp8_arithmetics_ZZZ.c.in | 38 +-
test/test_ecp_arithmetics_ZZZ.c.in | 36 +-
test/test_fp12_arithmetics_YYY.c.in | 36 +-
test/test_fp16_arithmetics_YYY.c.in | 36 +-
test/test_fp24_arithmetics_YYY.c.in | 36 +-
test/test_fp2_arithmetics_YYY.c.in | 36 +-
test/test_fp48_arithmetics_YYY.c.in | 38 +-
test/test_fp4_arithmetics_YYY.c.in | 36 +-
test/test_fp8_arithmetics_YYY.c.in | 36 +-
test/test_fp_arithmetics_YYY.c.in | 36 +-
test/test_gcm_decrypt.c | 36 +-
test/test_gcm_encrypt.c | 36 +-
test/test_hash.c | 36 +-
test/test_mpin_ZZZ.c.in | 36 +-
test/test_mpin_bad_pin_ZZZ.c.in | 36 +-
test/test_mpin_bad_token_ZZZ.c.in | 36 +-
test/test_mpin_dvs_ZZZ.c.in | 36 +-
test/test_mpin_dvs_wrong_pk_ZZZ.c.in | 36 +-
test/test_mpin_expired_tp_ZZZ.c.in | 36 +-
test/test_mpin_good_ZZZ.c.in | 36 +-
test/test_mpin_random_ZZZ.c.in | 36 +-
test/test_mpin_sign_ZZZ.c.in | 36 +-
test/test_mpin_tp_ZZZ.c.in | 36 +-
test/test_mpin_vectors_ZZZ.c.in | 38 +-
test/test_mpin_vectors_dta_ZZZ.c.in | 36 +-
test/test_mpinfull_ZZZ.c.in | 38 +-
test/test_mpinfull_onepass_ZZZ.c.in | 36 +-
test/test_mpinfull_random_ZZZ.c.in | 38 +-
test/test_mpinfull_tp_ZZZ.c.in | 38 +-
test/test_octet_consistency.c | 69 +-
test/test_output_functions_ZZZ.c.in | 36 +-
test/test_pair_ZZZ.c.in | 36 +-
test/test_rsa_WWW.c.in | 36 +-
test/test_rsa_sign_WWW_ZZZ.c.in | 36 +-
test/test_utils.c | 36 +-
test/test_version.c | 36 +-
test/test_wcc_ZZZ.c.in | 36 +-
test/test_wcc_bad_receiver_key_ZZZ.c.in | 36 +-
test/test_wcc_bad_sender_key_ZZZ.c.in | 36 +-
test/test_wcc_invalid_points_ZZZ.c.in | 36 +-
test/test_wcc_random_ZZZ.c.in | 36 +-
test/test_x509_WWW_ZZZ.c.in | 36 +-
testVectors/mpin/BLS381.json | 2 +-
testVectors/mpin/BLS381.txt | 4800 ++++-----
129 files changed, 20394 insertions(+), 4135 deletions(-)