lamport-sig 0.1.1

Lamport Signature
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lamport-sig"
version = "0.1.1"
authors = ["NoCtrlZ <phantomofrotten@gmail.com>"]
description = "Lamport Signature"
edition = "2018"
license = "MIT"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bigint = "4"
rand = "0.7"
rust-crypto = "0.2"
rustc-hex = "1.0"