Expand description
serde_bytes with max length check
Constants§
- BYTE_
ARRAY_ MAX_ LEN - lotus use cbor-gen for generating codec for types, it has a length limit
for byte array as
2 << 20
Functions§
- deserialize
- checked if
output > crate::utils::ByteArrayMaxLen - serialize
- checked if
input > crate::utils::BYTE_ARRAY_MAX_LEN