Module bitcoin::key

source ·
Expand description

Bitcoin keys.

This module provides keys used in Bitcoin that can be roundtrip (de)serialized.

Re-exports§

  • pub use secp256k1::rand;
    rand-std

Modules§

  • Constants related to the API and the underlying curve.

Structs§

Enums§

Traits§

  • A trait for tweaking BIP340 key types (x-only public keys and key pairs).
  • Marker trait for indicating that an instance of Secp256k1 can be used for verification.

Type Aliases§