[package] name = "double-odd" version = "0.1.0" edition = "2021" authors = ["Deirdre Connolly ", "Thomas Pornin "] description = "Prime order groups constructed over double-odd curves" license = "MIT" repository = "https://github.com/selkie-cryptography/double-odd" keywords = ["cryptography", "crypto", "double-odd", "jq255s"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crrl = { git = "https://github.com/pornin/crrl.git", version = "0.1.0", features = ["alloc", "std"] }