Files
Alfis/src/crypto/mod.rs
T
Revertron bc6d2fbae3 Added second keypair for encryption of domain names.
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.
2021-05-04 16:47:03 +02:00

3 lines
47 B
Rust

mod crypto_box;
pub use crypto_box::CryptoBox;