Structs§
- Encoding
Result - The result of an encoding operation from
OneTimePad
. - OneTime
Pad - A struct containing the state of a one time pad. It contains a buffer of pad characters which is used to encode and decode strings.
Enums§
- OneTime
PadError - Possible errors whilst working with one time pads.