• Compute SHA-256 digest of a string

    Parameters

    • message: string

      a string on which hash needs to be computed

    Returns Promise<number[]>

    • byte array of the hash

Generated using TypeDoc