Module akd::hash

source ·
Expand description

This module contains all the hashing utilities needed for the AKD directory and verification operations

Modules

  • This module contains hashing utilities for blake3 hashing

Constants

  • The number of bytes in a digest for Blake3 hashes
  • Represents an empty digest, with no data contained

Functions

  • Hash a single byte array
  • Try and parse a digest from an unknown length of bytes. Helpful for converting a Vec<u8> to a Digest

Type Definitions

  • A hash digest of a specified number of bytes