Re: [PATCH v2 0/3] crypto: X25519 supports for ppc64le

2024-05-31 Thread Danny Tsen
Thanks Herbert. On 5/31/24 5:20 AM, Herbert Xu wrote: On Thu, May 16, 2024 at 11:19:54AM -0400, Danny Tsen wrote: This patch series provide X25519 support for ppc64le with a new module curve25519-ppc64le. The implementation is based on CRYPTOGAMs perl output from x25519-ppc64.pl. (see https:/

Re: [PATCH v2 0/3] crypto: X25519 supports for ppc64le

2024-05-31 Thread Herbert Xu
On Thu, May 16, 2024 at 11:19:54AM -0400, Danny Tsen wrote: > This patch series provide X25519 support for ppc64le with a new module > curve25519-ppc64le. > > The implementation is based on CRYPTOGAMs perl output from x25519-ppc64.pl. > (see https://github.com/dot-asm/cryptogams/) > Modified and a