[package] name = "mle1" version = "0.0.2" edition = "2021" authors = ["Zander Lewis "] description = "The MLE-1 encryption algorithm." license = "MIT" repository = "https://github.com/zanderlewis/mle-1" readme = "README.md" [dependencies] rand = "0.8" base64 = "0.13"