Bring in the internal and "public" headers for s2n-bignum.
authorjsing <jsing@openbsd.org>
Sat, 21 Jan 2023 15:51:17 +0000 (15:51 +0000)
committerjsing <jsing@openbsd.org>
Sat, 21 Jan 2023 15:51:17 +0000 (15:51 +0000)
commit3afee70ed6a96e62e2b65ffa673b3735a5dea8e0
treed7774bdc2bf202d3ec78550521d0de7039feec14
parent9554b5ed22853a448553d3316e42f17f9158d11d
Bring in the internal and "public" headers for s2n-bignum.

s2n-bignum provides a collection of bignum routines that are written in
pure machine code. Each function is written in constant-time style and
has a formal proof. We intend on making use of these for libcrypto's
bignum implementation on aarch64 and amd64.

ok tb@
lib/libcrypto/bn/s2n_bignum.h [new file with mode: 0644]
lib/libcrypto/bn/s2n_bignum_internal.h [new file with mode: 0644]