pub fn schema_version_prefix(algo: HashAlgo) -> [u8; 2]
The two-byte schema-version prefix for algo.
algo
Layout: [CHAPTER_REVISION, hash_function_id(algo)]. Always fed into the hasher first, ahead of every other component.
[CHAPTER_REVISION, hash_function_id(algo)]