CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2023/01/23 11:22:15

Added files:
        lib/libcrypto/bn/arch/amd64: bignum_add.S bignum_cmadd.S 
                                     bignum_cmul.S bignum_mul.S 
                                     bignum_mul_4_8_alt.S 
                                     bignum_mul_8_16_alt.S 
                                     bignum_sqr_4_8_alt.S 
                                     bignum_sqr_8_16_alt.S bignum_sub.S 

Log message:
Bring in various s2n-bignum functions for amd64.

This brings in bignum_add(), bignum_cmadd(), bignum_cmul(), bignum_mul()
and bignum_sub(), along with bignum_{mul,sqr}_4_8_alt() and
bignum_{mul,sqr}_8_16_alt().

Discussed with tb@

Reply via email to