Re: [S390x] Optimize SHA1 with fat build support

2021-08-10 Thread Niels Möller
Maamoun TK writes: > I made a merge request in the main repository that optimizes SHA1 for s390x > architecture with fat build support !33 > . Regarding the discussion on

Re: Is there an equivalent to curve25519_mul for ECC keys?

2021-08-10 Thread Niels Möller
Nicolas Mora writes: > I'm wondering if there is a function of a combination of functions to > perform a DH computation using ECC keys and their parameters "struct > ecc_point *pub1, struct ecc_scalar *key2"? ecc_point_mul (declared in ecc.h) is intended to do that. There's also a variant

Is there an equivalent to curve25519_mul for ECC keys?

2021-08-10 Thread Nicolas Mora
Hello, I'm wondering if there is a function of a combination of functions to perform a DH computation using ECC keys and their parameters "struct ecc_point *pub1, struct ecc_scalar *key2"? /Nicolas ___ nettle-bugs mailing list