bc6d2fbae3
Changed keys file format to include second pair of keys, it will be in TOML now. Made many adjustments to block and transaction structures. Changed block serialization to binary format for hashing/mining. Removed old build dependencies.
3 lines
47 B
Rust
3 lines
47 B
Rust
mod crypto_box;
|
|
|
|
pub use crypto_box::CryptoBox; |