Enzo Bertoloti ebertoloti@lkcamp.dev 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 existing curve25519 selftests in crypto/curve25519-selftest.c
Please explain the difference between this and the existing selftest. Why do we need both of them?
Thanks,