bitcoin 0.31.1

General purpose library for using and interoperating with Bitcoin.
Documentation

bitcoin

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, 3 of them enabled by default.

default

  • std
  • secp-recovery

std

  • secp256k1/std
  • hashes/std
  • bech32/std
  • internals/std
  • hex/std

secp-recovery

  • secp256k1/recovery

no-std

  • core2
  • hashes/alloc
  • hashes/core2
  • bech32/alloc
  • secp256k1/alloc
  • hex/alloc
  • hex/core2

serde

  • actual-serde
  • hashes/serde
  • secp256k1/serde
  • internals/serde

rand-std

  • secp256k1/rand-std
  • std

bitcoinconsensus-std

  • bitcoinconsensus/std
  • std

actual-serde

  • dep:actual-serde

rand

  • secp256k1/rand

core2

  • dep:core2

base64

  • dep:base64

secp-lowmemory

  • secp256k1/lowmemory

bitcoinconsensus

  • dep:bitcoinconsensus