commit 99ea49e18b2f65aa2ba341bf8ddc50a07f416341
parent e245d2b28d3a568383d5f8edb17fdc0a2b7e9dcb
Author: Jared Tobin <jared@jtobin.io>
Date: Tue, 8 Oct 2024 16:53:56 +0400
meta: readme wycheproof note
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -119,6 +119,10 @@ This library aims at the maximum security achievable in a
garbage-collected language under an optimizing compiler such as GHC, in
which strict constant-timeness can be challenging to achieve.
+The HMAC-SHA512 functions within pass all [Wycheproof vectors][wyche],
+as well as various other useful unit test vectors found around the
+internet.
+
If you discover any vulnerabilities, please disclose them via
security@ppad.tech.
@@ -152,3 +156,4 @@ development. Many parts wound up being direct translations.
[r6234]: https://datatracker.ietf.org/doc/html/rfc6234
[r2104]: https://datatracker.ietf.org/doc/html/rfc2104
[noble]: https://github.com/paulmillr/noble-hashes
+[wyche]: https://github.com/C2SP/wycheproof