Mayson Monorepo Documentation
    Preparing search index...

    Variable createSubtleCryptoProviderConst

    createSubtleCryptoProvider: (subtleCrypto?: any) => CryptoProvider

    Creates a CryptoProvider which uses the SubtleCrypto API from the Web Crypto API for its crypto computations.

    This only supports asynchronous operations.

    An optional SubtleCrypto object can be passed in. If none is provided, defaults to the crypto.subtle object in the global scope.

    Type Declaration