summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/atoll.c
diff options
context:
space:
mode:
authorjsing <>2023-04-19 10:51:22 +0000
committerjsing <>2023-04-19 10:51:22 +0000
commit2fb6a5afb5b39fadad20a8acaf72324fd753942b (patch)
treeb572e3eea1eb6a5996c544ab694d76a6c2c83085 /src/lib/libc/stdlib/atoll.c
parentbaf06a3d78ac869d83d52b8c906b6953ab61ca2a (diff)
downloadopenbsd-2fb6a5afb5b39fadad20a8acaf72324fd753942b.tar.gz
openbsd-2fb6a5afb5b39fadad20a8acaf72324fd753942b.tar.bz2
openbsd-2fb6a5afb5b39fadad20a8acaf72324fd753942b.zip
unifdef BN_RECURSION
This removes a bunch of incomplete and scary code, which potentially leaks secrets and is not constant time. A performance gain is achieved on arm64 for sizes that we care about, while a minimal decrease in performance is noted for larger sizes on some other platforms. While we will potentially reimplement Karatsuba (or Toom-Cook) at a later date, it will be easier and safer to do it from a clean slate. ok tb@
Diffstat (limited to 'src/lib/libc/stdlib/atoll.c')
0 files changed, 0 insertions, 0 deletions