methodCryptoHashInterface.updateupdate(data: BlobOrStringOrBuffer): T;Update the hash with data@param dataData to add to the hashReferenced typestype BlobOrStringOrBuffer =| string| NodeJS.TypedArray| ArrayBufferLike| Blob