Expand description
Modulesยง
- Serde implementations using hex-encoded encodables
- bls12_
381 ๐ - secp256k1 ๐
- threshold_
crypto ๐ - tls ๐
Macrosยง
Structsยง
- A writer counting number of writes written to it
Enumsยง
- A type that decodes
module_instance_id
-prefixedT
s even when correspondingDecoder
is not available.
Constantsยง
- Maximum size, in bytes, of data we are allowed to ever decode for a single value.
Traitsยง
- Data which can be encoded in a consensus-consistent way
- Object-safe trait for things that can encode themselves
- Data which can be encoded in a consensus-consistent way
Functionsยง
- Specialized version of Decodable for bytes
- Specialized version of Decodable for bytes
- Specialized version of Decodable for fixed-size byte arrays
- Specialized version of Decodable for fixed-size byte arrays
- Specialized version of Encodable for bytes
- Specialized version of Encodable for static byte arrays
- Read
opts.len
bytes from reader, whereopts.len
could potentially be malicious.