Crates.io | gringron_secp256k1zkp |
lib.rs | gringron_secp256k1zkp |
version | 0.7.12 |
source | src |
created_at | 2024-01-15 17:07:07.153771 |
updated_at | 2024-01-15 17:07:07.153771 |
description | GrinGron's fork with Zero-Knowledge extensions of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities. |
homepage | https://gringron.com |
repository | https://github.com/groncoin/rust-secp256k1/ |
max_upload_size | |
id | 1100505 |
size | 1,644,886 |
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