• Return the hash of a string.

    This is the core of the various hashing functions. It is the interface to the Web Crypto API, which does the effective calculations.

    Parameters

    Returns Promise<Hash>

    • hash value

    Async