From 9f66721a809a8eec6193ff2e7b6f30aec3b271f2 Mon Sep 17 00:00:00 2001 From: Stephan Mueller Date: Thu, 2 Jul 2026 09:01:25 +0200 Subject: [PATCH] Add reference to leancrypto The leancrypto library applies the Wycheproof testing as outlined in [1]. The Wycheproof testing is run during each commit with the Github action [2]. [1] https://leancrypto.org/leancrypto/rust/wycheproof/index.html [2] https://github.com/smuellerDD/leancrypto/actions/workflows/rust.yml Signed-off-by: Stephan Mueller --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9db7d2a..bcd8071 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ cryptography projects and libraries. In no particular order these include: * [Zig](https://github.com/ziglang/zig) * [liboqs](https://github.com/open-quantum-safe/liboqs) * [bc-rust](https://github.com/bcgit/bc-rust) +* [leancrypto](https://github.com/smuellerDD/leancrypto) If your project uses test vectors from Wycheproof, feel free to open a PR to add it to the list above!