diff options
author | jsing <> | 2023-02-04 14:00:18 +0000 |
---|---|---|
committer | jsing <> | 2023-02-04 14:00:18 +0000 |
commit | aaf5516f11bba33217f3fa07b497d5b1dc0158d1 (patch) | |
tree | 2731c4fbcd55504a599f6fe1b6dc3c056b9a580f /src/lib/libcrypto/dsa/dsa_vrf.c | |
parent | 6c95a9f285330e88fd5a77d363441327b6d42630 (diff) | |
download | openbsd-aaf5516f11bba33217f3fa07b497d5b1dc0158d1.tar.gz openbsd-aaf5516f11bba33217f3fa07b497d5b1dc0158d1.tar.bz2 openbsd-aaf5516f11bba33217f3fa07b497d5b1dc0158d1.zip |
Remove bn_sqr_words() on amd64.
s2n-bignum's bignum_sqr() is not the same as bn_sqr_words() (which only
computes a partial result, unlike the former). This went unnoticed since
bn_sqr() is called directly on amd64, hence bn_sqr_words() is currently
unused.
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_vrf.c')
0 files changed, 0 insertions, 0 deletions