noble-secp256k1
secp256k1 lib
Fastest 4KB implementation of secp256k1 signatures and ECDH in JavaScript
Fastest 4KB JS implementation of secp256k1 signatures and ECDH
771 stars
15 watching
116 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 1 awesome list
bitcoincryptographycurveeccecdsaellipticethereumnoblerfc6979schnorrsecp256k1signature
Related projects:
Repository | Description | Stars |
---|---|---|
paulmillr/noble-curves | A set of implementations of elliptic curve cryptography libraries and utilities for digital signatures, key exchange, and other cryptographic primitives. | 708 |
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 | A collection of minimal and audited implementations of various cryptographic algorithms | 222 |
paulmillr/noble-hashes | A lightweight JavaScript implementation of various hash functions and cryptographic primitives | 608 |
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,711 |
bitcoin-core/secp256k1 | A high-performance cryptographic library for digital signatures and EC operations on the secp256k1 curve. | 2,121 |
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 | 921 |
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. | 166 |
bitcoinjs/bip66 | A module for encoding and decoding strict DER signatures in JavaScript. | 14 |