Modules§
Structs§
- Winternitz
Signature Scheme - Winternitz signatures, as described in Section 14.3 in the textbook by Boneh & Shoup.
Type Aliases§
- Winternitz
Key - Private or Public key.
The length depends on Winternitz parameter
dand is roughly256 / log2(d). - Winternitz
Signature - Winternitz signature.
The first element is Winternitz parameter
d, the second is the actual signature.