Extends
BaseCryptoClass
Constructors
new DigestContext()
new DigestContext(): DigestContextReturns
DigestContextMethods
digest()
digest(data:ArrayBuffer): Promise<ArrayBuffer>
Computes the cryptographic digest of the provided data.
Parameters
data
ArrayBuffer
The input data to be hashed.
Returns
Promise<ArrayBuffer>
Promise A promise that resolves to the computed
digest as an ArrayBuffer.

