• Converts data of any type to a Buffer recursively and calculates the hash using SHA256.

    Parameters

    • data: any

      The data to convert to a Buffer and hash.

    Returns Buffer

    The hash of the data as a Buffer.

Generated using TypeDoc