In cryptography, a Lamport signature or Lamport one-time signature scheme is a method for constructing a digital signature.
The purpose is to show, How to implement Lamport on Rust?
- Make sure your local was installed Rust
- run command
cargo build
cargo run
- rand = "0.8.4"
- hex = "0.4.3"
- sha2 = "0.10.0"
References Posts:
Thanks