Crates.io | bitcoin_keys |
lib.rs | bitcoin_keys |
version | 0.1.0 |
source | src |
created_at | 2022-11-16 20:57:25.966186 |
updated_at | 2022-11-16 20:57:25.966186 |
description | Elliptic key types used in bitcoin |
homepage | |
repository | |
max_upload_size | |
id | 716699 |
size | 28,032 |
Types and traits for managing Bitcoin keys.
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.
The crate supports Rust 1.41.1+
MITNFA