fed560ff2a
This is an OpenSSL thing to support platforms where BN_ULONG is not actually the size it claims to be. We define BN_ULONG to uint32_t and uint64_t which are guaranteed by C to implement arithemetic modulo 2^32 and 2^64, respectively. Thus there is no need for any of this. Change-Id: I098cd4cc050a136b9f2c091dfbc28dd83e01f531 Reviewed-on: https://boringssl-review.googlesource.com/21784 Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> |
||
---|---|---|
.. | ||
asm | ||
add.c | ||
bn_test.cc | ||
bn_tests.txt | ||
bn.c | ||
bytes.c | ||
check_bn_tests.go | ||
cmp.c | ||
ctx.c | ||
div.c | ||
exponentiation.c | ||
gcd.c | ||
generic.c | ||
internal.h | ||
jacobi.c | ||
montgomery_inv.c | ||
montgomery.c | ||
mul.c | ||
prime.c | ||
random.c | ||
rsaz_exp.c | ||
rsaz_exp.h | ||
shift.c | ||
sqrt.c |