CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/21 08:51:17
Added files:
lib/libcrypto/bn: s2n_bignum.h s2n_bignum_internal.h
Log message:
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@
