[UInt8]
If you want to have something treated as a byte string then you should use `Data`. Fixes: #58
CBOREncodable
toCBOR
implemented. The `encode` function can then rely on a default implementation that will call `toCBOR()` and then encode the resulting `CBOR` object.
conventions.