anothertls 0.1.3

Yet another TLS implementation, but written from scratch (including the crypto) in pure Rust - of course.
Documentation
1
2
3
4
5
6
pub mod cipher;
pub mod gcm;

pub use cipher::AES;
pub use cipher::Blocksize;