This is a very simple library aiming to implement a basic version of SSL.
You have to install Rust, and the included package manager, Cargo.
Components made:
- Hashed Message Authentication Code
- AES
- Diffie Hellman
How to run:
- Download the repo
- cd into it
- At the terminal, run "cargo run"