No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
David Benjamin 15eaafb18a Fix bn_test's bc output and shut it up a little. hace 9 años
..
asm Don't use x86_64-gcc.c with NO_ASM. hace 9 años
CMakeLists.txt Add malloc test support to unit tests. hace 9 años
add.c Inital import. hace 10 años
bn.c Remove unnecessary NULL checks, part 1. hace 9 años
bn_test.cc Fix bn_test's bc output and shut it up a little. hace 9 años
cmp.c Inital import. hace 10 años
convert.c Remove unnecessary NULL checks, part 1. hace 9 años
ctx.c Remove unnecessary NULL checks, part 1. hace 9 años
div.c Remove unnecessary NULL checks, part 1. hace 9 años
exponentiation.c Remove unnecessary NULL checks, part 1. hace 9 años
gcd.c Add some missing error failure checks. hace 9 años
generic.c Add in missing curly braces part 1. hace 9 años
internal.h Require source files define __STDC_FORMAT_MACROS to use BN FMT macros. hace 9 años
kronecker.c Inital import. hace 10 años
montgomery.c Convert BN_MONT_CTX to new-style locking. hace 9 años
mul.c Add in missing curly braces part 1. hace 9 años
prime.c Avoid undefined behavior in probable_prime. hace 9 años
random.c Fix off-by-one in BN_rand hace 9 años
rsaz_exp.c Support building with PNaCl. hace 10 años
rsaz_exp.h Convert all zero-argument functions to '(void)' hace 10 años
shift.c Reject negative shifts for BN_rshift and BN_lshift. hace 9 años
sqrt.c Remove unnecessary NULL checks, part 1. hace 9 años