History log of /seL4-refos-master/libs/libutils/include/utils/cbor64.h
Revision Date Author Comments
# 835e96ac 12-Nov-2020 Curtis Millar <curtis.millar@data61.csiro.au>

Add streaming base64 CBOR encoder to libutils

This implements an encoder for the Concise Binary Object Representation
that is streamed to an output as a base64 encoded bytestream.

For more details on CBOR, see [IETF RFC
7049](https://tools.ietf.org/html/rfc7049).

Signed-off-by: Curtis Millar <curtis.millar@data61.csiro.au>