bitcoin_keys

Crates.iobitcoin_keys
lib.rsbitcoin_keys
version0.1.0
sourcesrc
created_at2022-11-16 20:57:25.966186
updated_at2022-11-16 20:57:25.966186
descriptionElliptic key types used in bitcoin
homepage
repository
max_upload_size
id716699
size28,032
Dr. Maxim Orlovsky (dr-orlovsky)

documentation

README

Bitcoin keys

Types and traits for managing Bitcoin keys.

About

The Bitcoin protocol deals with multiple formats and contexts of keys. There are legacy ECDSA keys that may or may not be compressed, X-only (Taproot) keys, private keys, etc. To avoid mixing them, this library provides multiple newtypes and additional infrastructure aiding with conversions, parsing, serializing...

The crate is no_std and doesn't require an allocator.

MSRV

The crate supports Rust 1.41.1+

License

MITNFA

Commit count: 0

cargo fmt