Const
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.
crypto.subtle
Optional
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.subtleobject in the global scope.