diff --git a/README.md b/README.md index 81a4123..937b110 100644 --- a/README.md +++ b/README.md @@ -51,18 +51,17 @@ A standalone file [noble-curves.js](https://github.com/paulmillr/noble-curves/re import { secp256k1 } from '@noble/curves/secp256k1'; ``` -- [Implementations](#implementations) - - [ECDSA signatures over secp256k1 and others](#ecdsa-signatures-over-secp256k1-and-others) - - [ECDSA public key recovery & extra entropy](#ecdsa-public-key-recovery--extra-entropy) - - [ECDH: Elliptic Curve Diffie-Hellman](#ecdh-elliptic-curve-diffie-hellman) - - [Schnorr signatures over secp256k1, BIP340](#schnorr-signatures-over-secp256k1-bip340) - - [ed25519, X25519, ristretto255](#ed25519-x25519-ristretto255) - - [ed448, X448, decaf448](#ed448-x448-decaf448) - - [bls12-381](#bls12-381) - - [bn254 aka alt_bn128](#bn254-aka-alt_bn128) - - [Multi-scalar-multiplication](#multi-scalar-multiplication) - - [Accessing a curve's variables](#accessing-a-curves-variables) - - [All available imports](#all-available-imports) +- [ECDSA signatures over secp256k1 and others](#ecdsa-signatures-over-secp256k1-and-others) +- [ECDSA public key recovery & extra entropy](#ecdsa-public-key-recovery--extra-entropy) +- [ECDH: Elliptic Curve Diffie-Hellman](#ecdh-elliptic-curve-diffie-hellman) +- [Schnorr signatures over secp256k1, BIP340](#schnorr-signatures-over-secp256k1-bip340) +- [ed25519, X25519, ristretto255](#ed25519-x25519-ristretto255) +- [ed448, X448, decaf448](#ed448-x448-decaf448) +- [bls12-381](#bls12-381) +- [bn254 aka alt_bn128](#bn254-aka-alt_bn128) +- [Multi-scalar-multiplication](#multi-scalar-multiplication) +- [Accessing a curve's variables](#accessing-a-curves-variables) +- [All available imports](#all-available-imports) - [Abstract API](#abstract-api) - [weierstrass](#weierstrass-short-weierstrass-curve), [edwards](#edwards-twisted-edwards-curve), [montgomery](#montgomery-montgomery-curve), [bls](#bls-barreto-lynn-scott-curves) - [hash-to-curve](#hash-to-curve-hashing-strings-to-curve-points), [poseidon](#poseidon-poseidon-hash)