Expand description
Provides Alphabet and constants for alphabets commonly used in the wild.
Structs
- An alphabet defines the 64 ASCII characters (symbols) used for base64.
Enums
- Possible errors when constructing an Alphabet from a
str
.
Constants
- The bcrypt alphabet.
- The alphabet used in BinHex 4.0 files.
- The
crypt(3)
alphabet (uses.
and/
as the first two values). - The alphabet used in IMAP-modified UTF-7 (uses
+
and,
). - The standard alphabet (uses
+
and/
). - The URL safe alphabet (uses
-
and_
).