mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
14 lines
476 B
TOML
14 lines
476 B
TOML
[package]
|
|
name = "lamport_sigs"
|
|
version = "0.1.1"
|
|
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]
|
|
rust-crypto = "^0.2.36"
|
|
rand = "^0.3"
|