diff options
author | jsing <> | 2023-04-19 10:51:22 +0000 |
---|---|---|
committer | jsing <> | 2023-04-19 10:51:22 +0000 |
commit | 2fb6a5afb5b39fadad20a8acaf72324fd753942b (patch) | |
tree | b572e3eea1eb6a5996c544ab694d76a6c2c83085 /src/lib/libc/stdlib/l64a.c | |
parent | baf06a3d78ac869d83d52b8c906b6953ab61ca2a (diff) | |
download | openbsd-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/l64a.c')
0 files changed, 0 insertions, 0 deletions