FunctionencodeLowerBlake2b

  • Encodes the given metadata using the lower-level Blake2b hashing algorithm.

    Arguments

    • meta_data - A string containing the metadata to be hashed.

    Returns

    A JsValue containing the hash generated using the Blake2b algorithm.

    Parameters

    • meta_data: string

    Returns any