method StdSubtleCrypto.digestSync
StdSubtleCrypto.digestSync(algorithm: DigestAlgorithm,data: BufferSource | Iterable<BufferSource>): ArrayBufferReturns a ArrayBuffer with the result of digesting data using the
specified AlgorithmIdentifier.
Parameters
algorithm: DigestAlgorithmdata: BufferSource | Iterable<BufferSource>