#ecdsa #crypto #ecvrf #no-std

no-std tiny-ec

Pure Rust primitives for libecvrf

3 releases

0.1.3 Nov 25, 2024
0.1.2 Nov 21, 2024
0.1.1 Nov 21, 2024

#1417 in Cryptography

Download history 255/week @ 2024-11-18 162/week @ 2024-11-25 41/week @ 2024-12-02 14/week @ 2024-12-09

472 downloads per month
Used in rz-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

~435–730KB
~16K SLoC