noble-secp256k1

secp256k1 lib

Fastest 4KB implementation of secp256k1 signatures and ECDH in JavaScript

Fastest 4KB JS implementation of secp256k1 signatures and ECDH

GitHub

765 stars
15 watching
115 forks
Language: JavaScript
last commit: 9 days ago
Linked from 1 awesome list

bitcoincryptographycurveeccecdsaellipticethereumnoblerfc6979schnorrsecp256k1signature

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
paulmillr/noble-curves An implementation of elliptic curve cryptography in JavaScript 700
q9f/secp256k1.cr A native Crystal language implementation of the Secp256k1 elliptic curve cryptographic algorithm 48
21-dot-dev/swift-secp256k1 Provides cryptographic primitives and signatures for Bitcoin-based systems 113
jesserc/secp256k1-huff A Huff implementation of an elliptic curve library used in cryptocurrency applications 5
paulmillr/noble-ciphers An audited and minimal implementation of cryptographic primitives including AES and ChaCha algorithms 215
paulmillr/noble-hashes An audited and minimal JavaScript implementation of various hash functions, MACs, and KDFs. 592
cryptocoinjs/secp256k1-node A Node.js binding for an optimized C library for EC operations on the secp256k1 curve 350
indutny/elliptic Provides a JavaScript implementation of elliptic curve cryptography for secure data signing and verification. 1,708
bitcoin-core/secp256k1 A high-performance cryptographic library for digital signatures and EC operations on the secp256k1 curve. 2,100
personaelabs/spartan-ecdsa A Rust implementation of an ECDSA signature verification algorithm optimized for performance and security 203
eosio/eosjs-ecc Provides functions for elliptic curve cryptography and key management 289
tlsfuzzer/python-ecdsa A Python implementation of ECDSA and ECDH algorithms 918
cryptocoinjs/ecdsa Provides tools for secure digital transactions using elliptical curve cryptography 38
paulmillr/scure-btc-signer An audited library for creating, signing and decoding Bitcoin transactions. 161
bitcoinjs/bip66 A module for encoding and decoding strict DER signatures in JavaScript. 14