Crates.io | mugle_secp256k1zkp |
lib.rs | mugle_secp256k1zkp |
version | 0.7.12 |
source | src |
created_at | 2022-06-26 01:19:44.098438 |
updated_at | 2022-06-26 11:09:35.462147 |
description | Mugle'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://mugle.mw |
repository | https://github.com/mugleproject/rust-secp256k1/ |
max_upload_size | |
id | 613360 |
size | 1,613,914 |
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