Module lb64::config

source ·
Expand description

Creation of custom configs for Base64 numbers containing different characters, with or without padding, with or without a maximum line length. In addition, 5 configs are already defined because of their popularity (STANDARD, MIME, IMAP, URLSAFE with and without padding).

Structs

Configuration for Base64 number that consists of

Constants

IMAP compliant configuration as specified in RFC 3501
MIME compliant configuration as specified in RFC 2045
Base64 standard compliant configuration as specified in RFC 4648
Base64url without padding compliant configuration as specified in RFC 4648
Base64url with padding compliant configuration as specified in RFC 4648