13.1 base64

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>

Footnotes

(10)

https://datatracker.ietf.org/doc/html/rfc4648