Expand description
Helper functions used during validation computations.
Functionsยง
- is_
canonical_ base64 - Check that the given string represents canonical base64.
- is_
correct_ length - Check that the length of the given message - when serialized as JSON - is less than 8192 UTF-16 code units.
- is_
correct_ order - Check that the top-level fields (keys) comprising the given message value are in the correct order.
- multihash_
from_ bytes - Generate a hash for a given message value.
- node_
buffer_ binary_ serializer - FML, scuttlebutt is miserable.