method StdSubtleCrypto.digest
StdSubtleCrypto.digest(algorithm: DigestAlgorithm,data: ): Promise<ArrayBuffer>Returns a new Promise object that will digest data using the specified
AlgorithmIdentifier.
Parameters
algorithm: DigestAlgorithmdata: