commit 16b9d904480e24c0945f8ba58830e58c8146eac5
parent e07e5c6985b4bbd1f917d1de964a5a7d716d73a2
Author: Jared Tobin <jared@jtobin.io>
Date: Tue, 24 Feb 2026 10:45:31 +0400
readme: analysis links
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -100,6 +100,10 @@ maximum performance.
## Security
+(See both a [security analysis](https://ppad.tech/security-analysis-secp256k1)
+and follow-up [assembly analysis](https://ppad.tech/static-assembly-analysis)
+of the library at [ppad.tech](https://ppad.tech).)
+
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][const].