pub fn default_hasher(content: &[u8]) -> String
Expand description

Multibase-encoded hash of the provided bytes used in many places around this crate.

We use SHA3_256 (not Keccak) with Base-64 URL encoding.