[package] name = "addchain" description = "Generate addition chains" version = "0.2.0" authors = ["Jack Grigg "] repository = "https://github.com/str4d/addchain" readme = "README.md" categories = ["algorithms", "cryptography"] license = "MIT OR Apache-2.0" edition = "2018" [badges] maintenance = { status = "experimental" } [dependencies] num-bigint = "0.3" num-integer = "0.1" num-traits = "0.2"