Module encoding

Source
Expand description

Secret encoding and decoding.

Structs§

Error
Represents errors that can occur when secret decoding fails.

Constants§

ALPHABET
The alphabet used for encoding and decoding OTP secrets.

Functions§

decode
Decodes the given secret.
encode
Encodes the given secret.