cryptopals-rust/Cargo.toml

12 lines
197 B
TOML
Raw Normal View History

2019-08-31 08:14:30 +00:00
[package]
name = "cryptopals"
version = "0.1.0"
authors = ["Valentin Ochs <a@0au.de>"]
edition = "2018"
[dependencies]
hex = "^0.3"
base64 = "^0.2"
typenum = "^1.0"
2019-09-02 21:28:35 +00:00
openssl = "^0.10"
rand = "^0.7"