adnl 2.0.0

Implementation of Abstract Datagram Network Layer
Documentation
1
2
3
4
5
6
7
use aes::Aes256;
use ctr::Ctr128BE;

pub type AdnlAes = Ctr128BE<Aes256>;

pub mod codec;
pub mod handshake;