[][src]Crate secp256k1_zkp_sys

Secp256k1-zkp-sys

Low-level (no_std) rust bindings for the secp256k1-zkp library. See the secp256k1-zkp crate for higher level abstractions.

Re-exports

pub extern crate serde;
pub extern crate secp256k1;

Modules

ffi

FFI bindings

schnorrsig

Schnorrsig

Structs

ScratchSpace

The purpose of this rewriteable structure is to replace dynamic memory allocations in the libsecp256k1-zkp library. See its documentation for further information.