#ecdsa #crypto #ecvrf #no-std

no-std tiny-ec

Pure Rust primitives for libecvrf

2 releases

new 0.1.2 Nov 21, 2024
0.1.1 Nov 21, 2024

#3 in #ecvrf

Apache-2.0

190KB
4K SLoC

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 🦀


lib.rs:

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

Dependencies

~430–740KB
~17K SLoC