libsecp256k1 0.7.0

Pure Rust secp256k1 implementation.
Documentation

libsecp256k1

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 9 feature flags, 7 of them enabled by default.

default

  • std
  • hmac
  • static-context

std

  • libsecp256k1-core/std
  • sha2/std
  • rand/std
  • serde/std
  • base64/std

hmac

  • hmac-drbg
  • sha2
  • typenum

static-context

    This feature flag does not enable additional features.

hmac-drbg

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

typenum

    This feature flag does not enable additional features.

lazy-static-context

  • static-context
  • lazy_static
  • std

lazy_static

    This feature flag does not enable additional features.