Implemented P2P traffic encryption.
Changed serialization format of P2P messages. Refactored P2P network code.
This commit is contained in:
+4
-1
@@ -1,3 +1,6 @@
|
||||
mod crypto_box;
|
||||
mod chacha;
|
||||
|
||||
pub use crypto_box::CryptoBox;
|
||||
pub use crypto_box::CryptoBox;
|
||||
pub use chacha::Chacha;
|
||||
pub use chacha::ZERO_NONCE;
|
||||
Reference in New Issue
Block a user