sha512

Pure Haskell SHA-512, HMAC-SHA512 (docs.ppad.tech/sha512).
git clone git://git.ppad.tech/sha512.git
Log | Files | Refs | README | LICENSE

commit 70f9fe7664868580b5def4bb904b48bde23f5a02
parent 173b675f6cf4aee754dcab2d607c340eaa9aaf41
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 15 May 2026 19:24:00 -0230

readme: security analysis note

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

diff --git a/README.md b/README.md @@ -80,9 +80,9 @@ You should compile with the 'llvm' flag for maximum performance. ## Security -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 security properties of this library have been examined and defended in +a [security analysis](https://ppad.tech/security-analysis-sha2) at +[ppad.tech](https://ppad.tech). The HMAC-SHA512 functions within pass all [Wycheproof vectors][wyche], as well as various other useful unit test vectors found around the