Files
lamport_sigs.rs/Cargo.toml
2017-05-10 00:08:41 +02:00

18 lines
583 B
TOML

[package]
name = "lamport_sigs"
version = "0.1.3-pre"
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme."
license = "BSD-3-Clause"
documentation = "https://spinresearch.github.io/lamport.rs/lamport/index.html"
homepage = "https://github.com/SpinResearch/lamport.rs"
repository = "https://github.com/SpinResearch/lamport.rs"
keywords = ["lamport", "signature-scheme"]
categories = ["cryptography", "algorithms"]
readme = "README.md"
[dependencies]
ring = "^0.6.0"
rand = "^0.3.0"