Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 22, 2024
1 parent f75f3ca commit ecb401f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ Hash-based digital signature algorithm, defined in [FIPS-205](https://nvlpubs.ni
See [website](https://sphincs.org) and [repo](https://github.com/sphincs/sphincsplus).
We implement spec v3.1 with FIPS adjustments. Some wasm libraries use older specs.

> [!WARNING]
> SLH-DSA is very slow. The fastest one is SHA2-128f: 4ms keygen, 100ms sign, 6ms verification.
> SHAKE version is 8x slower. -s (128s etc) version is the slowest.
## Security

The library has not been independently audited yet.
Expand Down

0 comments on commit ecb401f

Please sign in to comment.