[package] name = "starsig" version = "0.2.1" authors = ["Oleg Andreev ", "Cathie Yun "] edition = "2018" readme = "README.md" license = "MIT" repository = "https://github.com/stellar/slingshot/blob/main/starsig" categories = ["cryptography"] keywords = ["cryptography", "crypto", "signatures", "schnorr", "batch"] description = "A pure-Rust implementation of Schnorr signatures using Ristretto" [dependencies] failure = "0.1" merlin = "1.0.1" rand_core = { version = "0.3.0", default-features = false } rand = "0.6" curve25519-dalek = { version = "1.0.1", features = ["serde"] } serde = { version = "1.0", features=["derive"] }