webylib 0.3.7

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
//! Unit tests for webylib
//!
//! This file provides a single entry point for all unit tests that were
//! previously embedded within source files. The tests are now properly
//! decoupled from the source code for better maintainability.

mod unit;