Module serde_byte_array

Module serde_byte_array 

Source
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