Bijou64 is a purely canonical variable length encoding for u64 integers.
Each integer can only be represented by a single encoded value, which aids security if the data is signed.
Summary
Functions
Decodes valid u64 integers according to the bujou64 format from the start of a binary.
Encodes valid u64 integers according to the bujou64 format.