[package] name = "rcmixed" version = "0.0.2" authors = ["Sun "] edition = "2018" readme = "README.md" description = "Mixed cryptosystem. inspired by PGP" repository = "https://github.com/rust-cc/rcmixed" keywords = ["cryptography", "cryptosystem", "PGP", "crypto"] license = "MIT/Apache-2.0" [dependencies] serde = "1.0" byteorder = "1" sha3 = "0.8" rand = "0.6" aes-soft = "0.3" [dev-dependencies] bincode = "1.0"