From acf91029c10ab2b4d3a63b306c5515a512f8d646 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Tue, 7 Jul 2026 17:37:46 +0900 Subject: [PATCH] Add reference to Odin The Odin language standard library has been using wycheproof as part of the development and testing process for quite a while, first as an external test harness, and now integrated[1] as part of CI[2]. [1]: https://github.com/odin-lang/Odin/tree/master/tests/core/crypto/wycheproof [2]: https://github.com/odin-lang/Odin/blob/master/.github/workflows/ci.yml Signed-off-by: Yawning Angel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcd80712..4b12767a 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ cryptography projects and libraries. In no particular order these include: * [liboqs](https://github.com/open-quantum-safe/liboqs) * [bc-rust](https://github.com/bcgit/bc-rust) * [leancrypto](https://github.com/smuellerDD/leancrypto) +* [Odin](https://github.com/odin-lang/odin) If your project uses test vectors from Wycheproof, feel free to open a PR to add it to the list above!