secp256k1 0.22.2

Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities.
Documentation

secp256k1

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-sys/std

unstable

  • recovery
  • rand-std

global-context

  • std

bitcoin-hashes-std

  • bitcoin_hashes/std

rand-std

  • rand/std

lowmemory

  • secp256k1-sys/lowmemory

recovery

  • secp256k1-sys/recovery

serde

    This feature flag does not enable additional features.

bitcoin_hashes

    This feature flag does not enable additional features.

global-context-less-secure

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.

alloc

    This feature flag does not enable additional features.