LDWM
LDWM implementation in pure Rust. This library currently provides verification support; eventually, signing support will also be added.
Verification is #no_std compatible.
Example
use ;
let params = LdwmParams ;
let msg = "Hello world!\n".as_bytes;
// `auth_path`, `ots`, and `node_num` as from the RFC
let sig = Signature ;
assert!;