lamport_sigs.rs icon indicating copy to clipboard operation
lamport_sigs.rs copied to clipboard

:fountain_pen: A Rust implementation of the Lamport one-time signature scheme

Results 1 lamport_sigs.rs issues
Sort by recently updated
recently updated
newest added

As @nvesely found out in #12, we are currently not enforcing the length of the `one_values` and `zero_values` fields of the `PrivateKey` structs. > If `one_values: Vec` is different in...

enhancement