Crates.io | grin_secp256k1zkp |
lib.rs | grin_secp256k1zkp |
version | 0.7.14 |
source | src |
created_at | 2018-10-25 03:00:22.425587 |
updated_at | 2024-05-13 11:15:22.003949 |
description | Grin'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://grin.mw |
repository | https://github.com/mimblewimble/rust-secp256k1-zkp/ |
max_upload_size | |
id | 92519 |
size | 1,684,548 |
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