commit 6631615be0b545fe0480cbc0b78d80ed7b17a1c1 parent 600ac82f2714af1fe3961c51fa4ab22983c57189 Author: Jared Tobin <jared@jtobin.io> Date: Fri, 15 May 2026 19:20:09 -0230 readme: security analysis Diffstat:
| M | README.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-SHA256 functions within pass all [Wycheproof vectors][wyche], as well as various other useful unit test vectors found around the