[package] name = "montgomery" description = """ Elliptic curves in Montgomery form """ version = "0.0.0" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" edition = "2018" repository = "https://github.com/RustCrypto/elliptic-curves" categories = ["cryptography"] keywords = ["ecc", "elliptic", "montgomery"] [dependencies]