Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 29, 2023
1 parent ccac725 commit 04eefa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@ console.log(toHex(randomBytes(32)));

The library has been independently audited:

- in Jan 2022, by [cure53](https://cure53.de). See [PDF](https://cure53.de/pentest-report_hashing-libs.pdf) and
[changes since audited v1.0.0](https://github.com/paulmillr/noble-hashes/compare/1.0.0..main).
- at version 1.0.0, in Jan 2022, by [cure53](https://cure53.de)
- PDFs: [online](https://cure53.de/pentest-report_hashing-libs.pdf), [offline, in-repo](./audit/2022-01-05-cure53-audit-nbl2.pdf)
- [Changes since audit](https://github.com/paulmillr/noble-hashes/compare/1.0.0..main).
- Scope: everything, besides `blake3`, `sha3-addons`, `sha1` and `argon2`, which have not been audited
- No vulnerabilities have been found
- The audit has been funded by [Ethereum Foundation](https://ethereum.org/en/) with help of [Nomic Labs](https://nomiclabs.io)

It is tested against property-based, cross-library and Wycheproof vectors,
Expand Down

0 comments on commit 04eefa8

Please sign in to comment.