Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 298 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 298 Bytes

Diffie Hellman Demo

A very simple Diffie Hellman key exchange demonstration in Rust.

Warning

Obviously, don't use this for anything important. It is by no means cryptographically secure.

To Do

  • Tests.
  • Interactive TUI, showing what's in the public domain and what's kept secret.