This commit is contained in:
Paul Miller 2023-07-18 07:09:01 +00:00
parent 54679ff788
commit ff92bafb6f
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -44,7 +44,6 @@ The package consists of two parts:
implementations (using [noble-hashes](https://github.com/paulmillr/noble-hashes)), and zero-dep abstract api.
- [Usage](#usage)
- [Implementations](#implementations)
- [Generic example for all curves, secp256k1](#generic-example-for-all-curves-secp256k1)
- [Everything](#everything)
- [ECDSA public key recovery & ECDH](#ecdsa-public-key-recovery--ecdh)
@ -70,8 +69,6 @@ implementations (using [noble-hashes](https://github.com/paulmillr/noble-hashes)
- [Resources](#resources)
- [License](#license)
### Implementations
#### Generic example for all curves, secp256k1
```ts