webylib 0.3.3

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
9
10
11
12
// Unit tests for webylib
// These tests are extracted from inline test modules to maintain clean separation
// between source code and tests.

mod amount;
mod crypto;
mod error;
mod hd;
mod lib;
mod server;
mod wallet;
mod webcash;