• Calculate ripemd160(sha256(hex)) from a hexadecimal string.

    Parameters

    • hex: string

      The input hexadecimal string.

    Returns string

    The result of the hash operation.

    Throws

    Thrown if a non-string input is provided.

    Throws

    Thrown if the input hexadecimal string has an invalid length.

Generated using TypeDoc