secp256k1-zkp 0.2.0

Rust bindings for the `libsecp256k1-zkp` library.
Documentation

secp256k1-zkp

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 2 of them enabled by default.

default

  • std

std

  • secp256k1-zkp-sys/std
  • secp256k1/std

unstable

  • recovery
  • rand-std
  • secp256k1/unstable

global-context

  • std
  • rand-std
  • secp256k1/global-context

hashes

  • bitcoin_hashes
  • secp256k1/bitcoin_hashes

recovery

  • secp256k1-zkp-sys/recovery
  • secp256k1/recovery

lowmemory

  • secp256k1-zkp-sys/lowmemory
  • secp256k1/lowmemory

use-rand

  • rand
  • secp256k1/rand

rand-std

  • rand/std
  • secp256k1/rand-std

use-serde

  • serde
  • secp256k1/serde

serde

    This feature flag does not enable additional features.

bitcoin_hashes

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.