Crate bp

source ·
Expand description

Primitives module defines core strict interfaces from informational LNPBP standards specifying secure and robust practices for function calls used in main bitcoin protocols:

  • consensus-level primitives;
  • deterministic bitcoin commitments;
  • single-use-seals.

The goal of this module is to maximally reduce the probability of errors and mistakes within particular implementations of this paradigms by standardizing typical workflow processes in a form of interfaces that will be nearly impossible to use in the wrong form.

Re-exports

  • pub extern crate dbc;
  • pub extern crate seals;

Modules

  • Rust bindings for Pieter Wuille’s secp256k1 library, which is used for fast and accurate manipulation of ECDSA signatures on the secp256k1 curve. Such signatures are used extensively by the Bitcoin network and its derivatives.
  • Strict types library generator methods.

Structs

Enums

Constants

Traits

Type Aliases