您最多选择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 年前