Files
lamport_sigs.rs/Cargo.toml
Frederic Jacobs 2084932607 Linting (#7)
2016-12-01 19:08:42 +01:00

14 lines
473 B
TOML

[package]
name = "lamport_sigs"
version = "1.0.0"
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"
[dependencies]
ring = "0.6.0-alpha"
rand = "^0.3"