constantine/tests
Mamy Ratsimbazafy 9a7137466e
C API for Ethereum BLS signatures (#228)
* [testsuite] Rework parallel test runner to buffer beyond 65536 chars and properly wait for process exit

* [testsuite] improve error reporting

* rework openArray[byte/char] for BLS signature C API

* Prepare for optimized library and bindings

* properly link to constantine

* Compiler fixes, global sanitizers, GCC bug with --opt:size

* workaround/fix #229: don't inline field reduction in Fp2

* fix clang running out of registers with LTO

* [C API] missed length parameters for ctt_eth_bls_fast_aggregate_verify

* double-precision asm is too large for inlining, try to fix Linux and MacOS woes at https://github.com/mratsim/constantine/pull/228#issuecomment-1512773460

* Use FORTIFY_SOURCE for testing

* Fix #230 - gcc miscompiles Fp6 mul with LTO

* disable LTO for now, PR is too long
2023-04-18 22:02:23 +02:00
..
gpu C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
math C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +02:00
parallel Parallel Multi-Scalar-Multiplication (#226) 2023-04-10 23:30:14 +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 Productionize: move protocols top-level vs backend (#179) 2022-02-21 01:04:53 +01: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_precompiles.nim Codecs (#217) 2023-02-07 13:10:17 +01:00
t_hash_sha256_vs_openssl.nim C API for Ethereum BLS signatures (#228) 2023-04-18 22:02:23 +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 chore: remove stew/byteutils dependencies and unneeded imports 2023-01-12 20:25:57 +01: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