Add chacha module to encrypt ledger files

This commit is contained in:
Stephen Akridge
2018-09-27 10:48:40 -07:00
committed by sakridge
parent abd13ba4ca
commit aa2a3fe201
8 changed files with 148 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ pub mod broadcast_stage;
pub mod budget;
pub mod budget_instruction;
pub mod budget_transaction;
#[cfg(feature = "chacha")]
pub mod chacha;
pub mod choose_gossip_peer_strategy;
pub mod client;
#[macro_use]