webylib 0.2.2

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
//! Webcash protocol constants and version information.

/// Library version
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

/// Terms of service that must be accepted for server operations
pub const TERMS_OF_SERVICE: &str =
    "I acknowledge and agree to the Terms of Service located at https://webcash.org/terms";