#ecdsa #ecvrf #primitive #no-std

no-std tiny-ec

Pure Rust primitives for libecvrf

5 releases

new 0.1.5 Jul 2, 2025
0.1.4 Jul 2, 2025
0.1.3 Nov 25, 2024
0.1.2 Nov 21, 2024
0.1.1 Nov 21, 2024

#2230 in Cryptography

Download history 2/week @ 2025-04-09 2/week @ 2025-04-16 4/week @ 2025-05-07

192 downloads per month
Used in rz-ecvrf

Apache-2.0

190KB
4K SLoC

Pure Rust implementation of the secp256k1 curve and fast ECDSA signatures. The secp256k1 curve is used extensively in Bitcoin and Ethereum-alike cryptocurrencies.


TinyEC implementation in pure Rust

TinyEC implementation with no_std support. Currently we have implementation for:

This crate base on libsecp256k1 of ParityTech that can be found here https://github.com/paritytech/libsecp256k1

License

This library licensed under Apache 2.0

Built with ♥️ and 🦀

Dependencies

~0.8–1.5MB
~36K SLoC