Registry / crypto / slip132

slip132

JSON →
library0.10.2rscratesunverified

Bitcoin SLIP-132 standard implementation for parsing custom xpub/xpriv key formats.

# Cargo.toml [dependencies] slip132 = "0.10.2"
INSTALL
IMPORT
SIG · SLIP132
S
slip132
cryptorustv0.10.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KeyFingerprint
use slip132::KeyFingerprint;

Parse a key fingerprint from hex.

use slip132::KeyFingerprint; fn main() { let fp = KeyFingerprint::from_hex("abcdef12").unwrap(); println!("{:?}", fp); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
slip132 — cargo add slip132 · libregistry