[package] name = "lioness" version = "0.1.2" authors = ["Jeffrey Burdges ", "David Stainton "] description = "Lioness wide block cipher" homepage = "https://github.com/burdges/lioness-rs" repository = "https://github.com/burdges/lioness-rs.git" documentation = "https://docs.rs/lioness/" readme = "README.md" keywords = ["cryptography","cipher","lioness", "sphinx", "mixnet"] license = "MIT/Apache-2.0" [dependencies] arrayref = "^0.3.4" keystream = "^1.0.0" chacha = "^0.3.0" blake2 = "0.8.0" [dev-dependencies] rand = "0.5.0" hex = "0.3.1"