Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jesserc/Secp256k1-huff
Secp256k1 Elliptic Curve Library Written In Huff
https://github.com/Jesserc/Secp256k1-huff
Last synced: about 2 months ago
JSON representation
Secp256k1 Elliptic Curve Library Written In Huff
- Host: GitHub
- URL: https://github.com/Jesserc/Secp256k1-huff
- Owner: Jesserc
- Created: 2023-08-28T01:11:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T18:13:45.000Z (about 1 year ago)
- Last Synced: 2024-11-09T00:42:26.218Z (about 2 months ago)
- Language: Solidity
- Homepage:
- Size: 331 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-huff - Secp256k1-huff
README
## Secp256k1 Curve Library In Huff
This is a Huff implementation of Secp256k1 curve based on the [LibSecp256k1 Solidity library](https://github.com/chronicleprotocol/scribe/blob/main/src/libs/LibSecp256k1.sol) by Chronicle Protocol.