Namespace: joker.base64
v1.0Implements base64 encoding as specified by RFC 4648.
Index
-
decode-string
Function v1.0(decode-string s)
Returns the bytes represented by the base64 string s.
-
encode-string
Function v1.0(encode-string s)
Returns the base64 encoding of s.