Up: Data Encodings [Contents][Index]
The base64 implements base64 encoding and decoding as described by RFC 464810. It provides the following pair of functions:
fun base64_encode = (uint<8>[] src) string fun base64_decode = (string src) uint<8>
https://datatracker.ietf.org/doc/html/rfc4648