Module ssb_validate::utils[][src]

Expand description

Helper functions used during validation computations.

Functions

Check that the given string represents canonical base64.

Check that the length of the given message - when serialized as JSON - is less than 8192 UTF-16 code units.

Check that the top-level fields (keys) comprising the given message value are in the correct order.

Generate a hash for a given message value.

FML, scuttlebutt is miserable.