[package] name = "x448" version = "0.6.0" authors = ["Kevaundray Wedderburn "] edition = "2018" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/crate-crypto/x448" homepage = "https://github.com/crate-crypto/x448" documentation = "https://github.com/crate-crypto/x448" categories = ["cryptography"] keywords = ["cryptography", "crypto", "x448", "diffie-hellman", "curve448",] description = "A pure-Rust implementation of X448." exclude = [ ".gitignore", ".github/*" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ed448-goldilocks = "0.7.0" hex = "0.4.0" rand_core = { version = "0.5", default-features = false } [dev-dependencies] rand ="0.7" # XXX: Want to remove this, but rand_core won't compile in tests without it