From 8661eef9491b25e348143e981e3430caa609a6a0 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 29 Aug 2023 14:29:30 +0000 Subject: [PATCH] readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8a92997..7a9ed41 100644 --- a/README.md +++ b/README.md @@ -850,12 +850,13 @@ utils.equalBytes(Uint8Array.from([0xde]), Uint8Array.from([0xde])); The library has been independently audited: -- in Feb 2023, by [Trail of Bits](https://www.trailofbits.com). See - [PDF](https://github.com/trailofbits/publications/blob/master/reviews/2023-01-ryanshea-noblecurveslibrary-securityreview.pdf) - and [changes since audited v0.7.3](https://github.com/paulmillr/noble-curves/compare/0.7.3..main). - - Scope: abstract modules `curve`, `hash-to-curve`, `modular`, `poseidon`, `utils`, `weierstrass` and - top-level modules `_shortw_utils` and `secp256k1` - - The audit has been funded by [Ryan Shea](https://www.shea.io) +- at version 0.7.3, in Feb 2023, by [Trail of Bits](https://www.trailofbits.com) + - PDFs: [online](https://github.com/trailofbits/publications/blob/master/reviews/2023-01-ryanshea-noblecurveslibrary-securityreview.pdf), + [offline](./audit/2023-01-trailofbits-audit-curves.pdf) + - [Changes since audit](https://github.com/paulmillr/noble-curves/compare/0.7.3..main). + - Scope: abstract modules `curve`, `hash-to-curve`, `modular`, `poseidon`, `utils`, `weierstrass` and + top-level modules `_shortw_utils` and `secp256k1` + - The audit has been funded by [Ryan Shea](https://www.shea.io) It is tested against property-based, cross-library and Wycheproof vectors, and has fuzzing by [Guido Vranken's cryptofuzz](https://github.com/guidovranken/cryptofuzz).