buddy.core.codecs.base64

(source)
Util functions for make conversion between string, bytes and encode them to base64 hex format. DEPRECATED: replaced by functions in `buddy.core.codecs`

For more info about this library see:

https://funcool.github.io/buddy-core/latest/
Public Variable Short Description
decode (clj) Decode base64 data into byte array.
encode (clj) Encode data to byte array base64.