Documentation ¶
Overview ¶
Package base64 implements base64 encoding as specified by RFC 4648.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode returns the bytes represented by the base64 string s. Encoding needs to be set to null as only StdEncoding is supported for now.
func DecodedLen ¶
DecodedLen returns the maximum length in bytes of the decoded data corresponding to n bytes of base64-encoded data. Encoding needs to be set to null as only StdEncoding is supported for now.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.