Cryptography assignments for the University lecture.
Warning
This repository is for educational purposes only and should not be used in anything by anyone ever (other than messing around and learning stuff). Anything and everything here might or might not be working at any point in time. I take absolutely zero responsibility if you somehow break something, cause havoc, or the code simply doesn’t work. If you’re here expecting stability or sanity, you’re in the wrong place. If you still want to proceed - have fun!
Additionally there are some bash script so you might need a Linux OS for that.
Download the source code using the git clone command:
$ git clone https://github.com/wedkarz02/krypto_ug.gitOr use the Download ZIP option from the Github repository page.
To compile everything in the workspace simply run:
$ cargo buildor to compile individual crates:
$ cargo build -p [crate-name]Executable files will be created in target/debug directory.
If not directly stated otherwise, everything in this project is under the MIT License. See the LICENSE file for more info.