Crate dbc

Source
Expand description

Deterministic bitcoin commitments library.

Deterministic bitcoin commitments are part of the client-side-validation. They allow to embed commitment to extra-transaction data into a bitcoin transaction in a provable way, such that it can always be proven that a given transaction contains one and only one commitment of a specific type for a given commitment protocol.

Modules§

keytweak
Homomorphic key tweaking-based deterministic commitment scheme.
opret
ScriptPubkey-based OP_RETURN commitments.
sigtweak
Signature tweaking-based deterministic commitment scheme.
tapret
Taproot OP_RETURN-based deterministic bitcoin commitment scheme (“tapret”).

Constants§

LIB_NAME_BPCORE
Name of the strict type library generated from the data types in this crate.