Functions§
- hash 🔒
- Reads through all data from the passed reader, and returns the resulting Digest. The exact hash function used is left generic over all Digest.
- hash_
nix_ string - For a given algo “string” and reader for data, calculate the digest and return it as a hexlower encoded String.