secp256k1/contrib
Pieter Wuille 79f1f7a4f1 Autodetect __int128 availability on the C side
Instead of supporting configuration of the field and scalar size independently,
both are now controlled by the availability of a 64x64->128 bit multiplication
(currently only through __int128). This is autodetected from the C code through
__SIZEOF_INT128__, but can be overridden using configure's
--with-test-override-wide-multiply, or by defining
USE_FORCE_WIDEMUL_{INT64,INT128} manually.
2020-08-10 14:56:39 -07:00
..
lax_der_parsing.c remove dead store in ecdsa_signature_parse_der_lax 2020-06-29 13:23:26 +08:00
lax_der_parsing.h Fix header guards using reserved identifiers 2017-08-26 18:44:21 +03:00
lax_der_privatekey_parsing.c Turn secp256k1_ec_pubkey_serialize outlen to in/out 2015-11-05 06:01:56 +01:00
lax_der_privatekey_parsing.h Fix header guards using reserved identifiers 2017-08-26 18:44:21 +03:00
travis.sh Autodetect __int128 availability on the C side 2020-08-10 14:56:39 -07:00