constantine/tests
Mamy Ratsimbazafy 47b4f48dfb
fix overflow when truncating in submod2k, fix Guido fuzzing failure 8 (#251)
2023-07-11 09:06:46 +02:00
..
gpu [Research] x86 code generator (#234) 2023-04-27 21:52:51 +02:00
math_arbitrary_precision Modular exponentiation (arbitrary output) and EIP-198 (#242) 2023-06-01 23:38:41 +02:00
math_bigints fix bigint mul non-compilation after #231 2023-07-09 18:57:12 +02:00
math_elliptic_curves Path reorgs (#240) 2023-05-29 20:14:30 +02:00
math_extension_fields Modular exponentiation (arbitrary output) and EIP-198 (#242) 2023-06-01 23:38:41 +02:00
math_fields Fix fuzz #1 failure: incorrect reduction of BigInt (#246) 2023-07-02 17:15:02 +02:00
math_pairings Path reorgs (#240) 2023-05-29 20:14:30 +02:00
parallel Path reorgs (#240) 2023-05-29 20:14:30 +02:00
primitives Path reorgs (#240) 2023-05-29 20:14:30 +02:00
protocol_blssig_pop_on_bls12381_g2_test_vectors_v0.1.1 Don't dump all in "backend" (#184) 2022-02-27 01:49:08 +01:00
protocol_ethereum_evm_precompiles Modular exponentiation (arbitrary output) and EIP-198 (#242) 2023-06-01 23:38:41 +02:00
protocol_hash_to_curve BN254 - Hash-to-Curve (SVDW method) (#190) 2022-04-26 21:24:07 +02:00
t_cipher_chacha20.nim Add ChaCha20 stream cipher 2022-03-02 01:18:47 +01:00
t_ethereum_bls_signatures.nim C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
t_ethereum_eip2333_bls12381_key_derivation.nim Codecs (#217) 2023-02-07 13:10:17 +01:00
t_ethereum_evm_modexp.nim fix overflow when truncating in submod2k, fix Guido fuzzing failure 8 (#251) 2023-07-11 09:06:46 +02:00
t_ethereum_evm_precompiles.nim Modular exponentiation (arbitrary output) and EIP-198 (#242) 2023-06-01 23:38:41 +02:00
t_hash_sha256_vs_openssl.nim Rework assembly to be compatible with LTO (#231) 2023-04-26 06:58:31 +02:00
t_hash_to_curve.nim Multi-Scalar-Multiplication / Linear combination (#220) 2023-02-16 12:45:05 +01:00
t_hash_to_curve_random.nim Fuzz Fix - Hash-To-Curve - Isogeny EC add non-fully-reduced input (#250) 2023-07-03 06:57:22 +02:00
t_hash_to_field.nim Codecs (#217) 2023-02-07 13:10:17 +01:00
t_kdf_hkdf.nim Codecs (#217) 2023-02-07 13:10:17 +01:00
t_mac_hmac_sha256.nim Codecs (#217) 2023-02-07 13:10:17 +01:00
t_mac_poly1305.nim Eip2333 (#202) 2022-08-16 12:07:57 +02:00