Module ots

Source
Expand description

Everything related to LM-OTS

Re-exports§

pub use signature::Signature;

Modules§

error
LM-OTS Signing error
signature
Contains the Signature type

Structs§

SigningKey
Opaque struct representing an LM-OTS private key. Does not implement Clone because OTS keys are supposed to be one time use.
VerifyingKey
Opaque struct representing a LM-OTS public key

Traits§

LmsOtsMode
The basic trait that must be implemented by any OTS mode.

Type Aliases§

LmsOtsSha256N32W1
LMOTS_SHA256_N32_W1
LmsOtsSha256N32W2
LMOTS_SHA256_N32_W2
LmsOtsSha256N32W4
LMOTS_SHA256_N32_W4
LmsOtsSha256N32W8
LMOTS_SHA256_N32_W8