+9
−0
lib/crypto/tests/polyval-testvecs.h
0 → 100644
+186
−0
lib/crypto/tests/polyval_kunit.c
0 → 100644
+223
−0
Loading
Add a test suite for the POLYVAL library, including: - All the standard tests and the benchmark from hash-test-template.h - Comparison with a test vector from the RFC - Test with key and message containing all one bits - Additional tests related to the key struct Reviewed-by:Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20251109234726.638437-4-ebiggers@kernel.org Signed-off-by:
Eric Biggers <ebiggers@kernel.org>