sha256

Pure Haskell SHA-256, HMAC-SHA256 (docs.ppad.tech/sha256).
git clone git://git.ppad.tech/sha256.git
Log | Files | Refs | README | LICENSE

commit 38de84385a4d9b4e3582d9755d833e70eb14116a
parent 628ee7ed84a413be24dcc213f0ce25c6e8e375bc
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue,  8 Oct 2024 16:52:47 +0400

meta: readme wycheproof note

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -172,6 +172,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-SHA256 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. @@ -205,3 +209,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