[package] name = "cryptopals" version = "0.1.0" authors = ["Valentin Ochs "] edition = "2018" [dependencies] hex = "^0.3" base64 = "^0.2" typenum = "^1.0" openssl = "^0.10" rand = "^0.7"