mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
9 lines
157 B
TOML
9 lines
157 B
TOML
[package]
|
|
name = "lamport"
|
|
version = "0.1.0"
|
|
authors = ["Frederic Jacobs <github@fredericjacobs.com>"]
|
|
|
|
[dependencies]
|
|
rust-crypto = "^0.2.36"
|
|
rand = "^0.3"
|