Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().
authorjsing <jsing@openbsd.org>
Sat, 21 Jan 2023 17:29:56 +0000 (17:29 +0000)
committerjsing <jsing@openbsd.org>
Sat, 21 Jan 2023 17:29:56 +0000 (17:29 +0000)
commit08a9f633eaa74d2eada016331ccd7cdfd52a205f
treebcf915305d3528bea7f5617e09b1ec18e4ddc0f4
parentf86481d866f301c2f030c7598aa98beda8b68f48
Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().

ok tb@
lib/libcrypto/Makefile
lib/libcrypto/arch/amd64/Makefile.inc
lib/libcrypto/bn/arch/amd64/bn_arch.c [new file with mode: 0644]