Module hdk::hash

source · []

Functions

Hash arbitrary bytes using BLAKE2b. This is the same algorithm used by holochain for typed hashes. Notably the output hash length is configurable.

Hash anything that implements TryInto<Entry>.

Hash a Header into a HeaderHash.

@todo - not implemented on the host

@todo - not implemented on the host