Namespace: joker.base64
v1.0Contents
Summary
Implements base64 encoding as specified by RFC 4648.
Index
Legend
-
Constant
Variable
Function
Macro
Special form
Type
GoVar
Receiver/Method
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
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.
Types
-
(None.)