Closed sosthene-nitrokey closed 1 year ago
[u8; N] is by default not serialized efficiently and is instead serialized as a standard CBOR array and not a byte string.
[u8; N]
We'd need to use something like serde-bytes to improve efficiency.
[u8; N]
is by default not serialized efficiently and is instead serialized as a standard CBOR array and not a byte string.We'd need to use something like serde-bytes to improve efficiency.