You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Benjamin acb2451807 Rename the BIGNUM ASN.1 functions. 8 years ago
..
asm Re-apply 75b833cc819a9d189adb0fdd56327bee600ff9e9 9 years ago
CMakeLists.txt Add AArch64 Montgomery assembly. 9 years ago
add.c Switch unrolled loop in BN_usub with memcpy. 8 years ago
bn.c Share common definitions of |TOBN| and |BIGNUM_STATIC|. 9 years ago
bn_asn1.c Rename the BIGNUM ASN.1 functions. 8 years ago
bn_test.cc Rename the BIGNUM ASN.1 functions. 8 years ago
cmp.c Inital import. 10 years ago
convert.c Convert ssl3_send_client_key_exchange to CBB. 8 years ago
ctx.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
div.c Do away with BN_LLONG in favor of BN_ULLONG. 9 years ago
exponentiation.c Fix a ** 0 mod 1 = 0 for real this time. 8 years ago
gcd.c s/BN_BITS/BN_BITS2/ in |BN_mod_inverse_ex|; remove |BN_BITS| & |BN_MASK|. 9 years ago
generic.c Do away with BN_LLONG in favor of BN_ULLONG. 9 years ago
internal.h Define `int128_t` and `uint128_t` in one place. 8 years ago
kronecker.c Inital import. 10 years ago
montgomery.c Fix trivial -Wcast-qual violations. 8 years ago
mul.c Check for BN_copy failures. 9 years ago
prime.c Avoid signed/unsigned comparison in crypto/bn's |probable_prime|. 9 years ago
random.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
rsaz_exp.c Use |alignas| for alignment. 8 years ago
rsaz_exp.h Fix license on rsaz_exp.h. 9 years ago
shift.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
sqrt.c Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago