Type alias Hash

Hash: ((message: string | Uint8Array) => Uint8Array)

Type declaration

    • (message: string | Uint8Array): Uint8Array
    • Computes the hash of a given message.

      Parameters

      • message: string | Uint8Array

      Returns Uint8Array

Generated using TypeDoc