937b65a4ce
Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 4648. WWW: https://github.com/mirage/ocaml-base64
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
Base64 is a group of similar binary-to-text encoding schemes that
|
|
represent binary data in an ASCII string format by translating it
|
|
into a radix-64 representation. It is specified in RFC 4648.
|
|
|
|
WWW: https://github.com/mirage/ocaml-base64
|