Re: [PATCH] Add KUnit tests for curve25519

2024-12-09 Thread Herbert Xu
Enzo Bertoloti wrote: > This test uses the curve25519-selftest data for testing the curve25519 > arch, generic and the public key generation algorithms on a larger set > using KUnit. > The comprises of normal, edge cases, valid, invalid results and others. > > This is partially based on the exist

[PATCH] Add KUnit tests for curve25519

2024-12-08 Thread Enzo Bertoloti
This test uses the curve25519-selftest data for testing the curve25519 arch, generic and the public key generation algorithms on a larger set using KUnit. The comprises of normal, edge cases, valid, invalid results and others. This is partially based on the existing curve25519 selftests in crypto/