webylib 0.3.20

Webcash HD wallet library — bearer e-cash with BIP32-style key derivation, SQLite storage, AES-256-GCM encryption, and full C FFI for cross-platform SDKs
Documentation
1
2
3
4
5
6
7
8
//! Wallet-side wire-format types and parsers.
//!
//! Mirrors server's `webycash-proto`. Either crate can publish first; the
//! grammar is canonical (the protocol must not drift between client and
//! server). Property tests cross-check both implementations against the
//! conformance fixtures.
#![forbid(unsafe_code)]
#![warn(missing_docs)]