Crates.io | eth-secp256k1 |
lib.rs | eth-secp256k1 |
version | 0.5.7 |
source | src |
created_at | 2019-03-15 06:55:38.396037 |
updated_at | 2019-03-15 06:55:38.396037 |
description | Fork of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities. |
homepage | https://github.com/susytech/rust-secp256k1/ |
repository | https://github.com/susytech/rust-secp256k1/ |
max_upload_size | |
id | 120940 |
size | 936,369 |
rust-secp256k1
is a wrapper around libsecp256k1,
a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
secp256k1
. This library
libsecp256k1
functionslibsecp256k1