Crate lms_signature

Source
Expand description

LMS in Rust

This is a strongly typed implementation of Leighton-Micali signatures. You can find the private key, public key, and signature struct documentations in their respective crates. See lms for anything LMS related and ots for anything LM-OTS related.

Modulesยง

error
Error types
lms
Everything related to LMS (and not LM-OTS)
ots
Everything related to LM-OTS