Secp256k1-huff
Elliptic curve library
A Huff implementation of an elliptic curve library used in cryptocurrency applications
Secp256k1 Elliptic Curve Library Written In Huff
5 stars
2 watching
0 forks
Language: Solidity
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
q9f/secp256k1.cr | A native Crystal language implementation of the Secp256k1 elliptic curve cryptographic algorithm | 48 |
amadimichael/p256-verifier-huff | An experimental implementation of a curve signature verifier optimized in Huff Language for the P256 curve | 26 |
rareskills/huff-puzzles | A series of exercises to learn EVM bytecode with the Huff Language | 378 |
paulmillr/noble-secp256k1 | A high-performance JavaScript implementation of secp256k1 signatures and ECDH (Elliptic Curve Diffie-Hellman) algorithms | 761 |
amadimichael/huffs | An implementation of popular Solidity libraries and contracts in the Huff language | 18 |
dusk-network/bls12_381 | Implementation of a pairing-friendly elliptic curve group with extra features needed by the Dusk-Network team. | 21 |
21-dot-dev/swift-secp256k1 | Provides cryptographic primitives and signatures for Bitcoin-based systems | 111 |
paulmillr/noble-curves | An implementation of elliptic curve cryptography and related algorithms in JavaScript | 691 |
bitcoin-core/secp256k1 | A high-performance cryptographic library for digital signatures and EC operations on the secp256k1 curve. | 2,090 |
0xdewy/quicksort-huff | An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 |
praneshasp/huff-math | An implementation of a math library using Huff for smart contract arithmetic operations. | 24 |
rustcrypto/elliptic-curves | A collection of implementations for pure Rust elliptic curve cryptography. | 683 |
huff-language/foundry-huff | A Solidity library for working with Huffman contracts in the Foundry framework. | 260 |
whitenois3/huff-snark-verifier | Generates optimized smart contract code for verifying proofs in blockchain applications | 126 |
indutny/elliptic | Provides a JavaScript implementation of elliptic curve cryptography for secure data signing and verification. | 1,703 |