Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
David Benjamin 15eaafb18a Fix bn_test's bc output and shut it up a little. 9 лет назад
..
asm Don't use x86_64-gcc.c with NO_ASM. 9 лет назад
CMakeLists.txt Add malloc test support to unit tests. 9 лет назад
add.c Inital import. 10 лет назад
bn.c Remove unnecessary NULL checks, part 1. 9 лет назад
bn_test.cc Fix bn_test's bc output and shut it up a little. 9 лет назад
cmp.c Inital import. 10 лет назад
convert.c Remove unnecessary NULL checks, part 1. 9 лет назад
ctx.c Remove unnecessary NULL checks, part 1. 9 лет назад
div.c Remove unnecessary NULL checks, part 1. 9 лет назад
exponentiation.c Remove unnecessary NULL checks, part 1. 9 лет назад
gcd.c Add some missing error failure checks. 9 лет назад
generic.c Add in missing curly braces part 1. 9 лет назад
internal.h Require source files define __STDC_FORMAT_MACROS to use BN FMT macros. 9 лет назад
kronecker.c Inital import. 10 лет назад
montgomery.c Convert BN_MONT_CTX to new-style locking. 9 лет назад
mul.c Add in missing curly braces part 1. 9 лет назад
prime.c Avoid undefined behavior in probable_prime. 9 лет назад
random.c Fix off-by-one in BN_rand 9 лет назад
rsaz_exp.c Support building with PNaCl. 10 лет назад
rsaz_exp.h Convert all zero-argument functions to '(void)' 10 лет назад
shift.c Reject negative shifts for BN_rshift and BN_lshift. 9 лет назад
sqrt.c Remove unnecessary NULL checks, part 1. 9 лет назад