cat_gateway::utils

Module blake2b_hash

Source
Expand description

Types of Blake-2b Hash

Functionsยง

  • blake2b_128 ๐Ÿ”’
    Computes a BLAKE2b-128 hash of the input bytes.
  • blake2b_224 ๐Ÿ”’
    Computes a BLAKE2b-224 hash of the input bytes.
  • blake2b_256 ๐Ÿ”’
    Computes a BLAKE2b-256 hash of the input bytes.
  • Generates a UUID string from the provided key and data using BLAKE2b hashing.

Type Aliasesยง