@did-btc1/key-pair
JavaScript/TypeScript implementation of a secp256k1 public/private key pairs with BIP340 schnorr signatures. Implementated for use within the @did-btc1/bip340-2025-cryptosuite.
secp256k1
This module provides native bindings to ecdsa secp256k1 functions
@noble/curves
Audited & minimal JS implementation of elliptic curve cryptography
key-encoder
Library for encoding ECDSA private keys to PEM, DER and raw hex formats
@noble/secp256k1
Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979