This commit is contained in:
Paul Miller 2023-10-20 15:34:18 +02:00
parent 85006ed620
commit c19373a0b5
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -69,8 +69,8 @@ import { secp256k1 } from '@noble/curves/secp256k1'; // ESM and Common.js
### Implementations ### Implementations
Implementations are utilizing [noble-hashes](https://github.com/paulmillr/noble-hashes). Implementations use [noble-hashes](https://github.com/paulmillr/noble-hashes).
[Abstract API](#abstract-api) doesn't depend on them: you can use a different hashing library. If you want to use a different hashing library, [abstract API](#abstract-api) doesn't depend on them.
#### ECDSA signature scheme #### ECDSA signature scheme