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 (with.and/as the first two characters). - The alphabet used in IMAP-modified UTF-7 (with
+and,).