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.
 
 
 
 
 
 
Adam Langley c77ea04c81 Enable RSA AVX2 code. 7 years ago
..
asm Enable RSA AVX2 code. 7 years ago
CMakeLists.txt Remove rsaz-x86_64.pl from CMake inputs. 7 years ago
add.c Work around language and compiler bug in memcpy, etc. 7 years ago
bn.c Remove BN_FLG_CONSTTIME. 7 years ago
bn_asn1.c Rename the BIGNUM ASN.1 functions. 8 years ago
bn_test.cc Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 7 years ago
bn_tests.txt bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. 7 years ago
check_bn_tests.go Fix mixed comment markers. 8 years ago
cmp.c Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 7 years ago
convert.c Add Little-endian BIGNUM conversions 7 years ago
ctx.c Work around language and compiler bug in memcpy, etc. 7 years ago
div.c Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 7 years ago
exponentiation.c Remove BN_FLG_CONSTTIME. 7 years ago
gcd.c Remove BN_FLG_CONSTTIME. 7 years ago
generic.c Fix up macros. 8 years ago
internal.h Don't use BN_mod_inverse for inverses mod p in RSA keygen. 7 years ago
kronecker.c Fix BN_kronecker on unreachable BN_rshift error. 7 years ago
montgomery.c Avoid the error case in |bn_mul_mont|. 7 years ago
montgomery_inv.c Calculate Montgomery RR without division. 7 years ago
mul.c Work around language and compiler bug in memcpy, etc. 7 years ago
prime.c Add constants for BN_rand and use them. 8 years ago
random.c Work around language and compiler bug in memcpy, etc. 7 years ago
rsaz_exp.c Remove RSAZ-512. 7 years ago
rsaz_exp.h Remove RSAZ-512. 7 years ago
shift.c Work around language and compiler bug in memcpy, etc. 7 years ago
sqrt.c Remove direct calls to BN_mod_exp. 7 years ago