Hardware-accelerated cryptographic hash functions
Used for crypto.createHash()
class
Hardware-accelerated cryptographic hash functions
Used for crypto.createHash()
List of supported hash algorithms
These are hardware accelerated with BoringSSL
Perform a deep copy of the hasher
Finalize the hash. Resets the CryptoHasher so it can be reused.
DigestEncoding to return the hash in. If none is provided, it will return a Uint8Array.
TypedArray to write the hash into. Faster than creating a new one each time
Update the hash with data
Run the hash over the given data
string, Uint8Array, or ArrayBuffer to hash. Uint8Array or ArrayBuffer is faster.
Run the hash over the given data
string, Uint8Array, or ArrayBuffer to hash. Uint8Array or ArrayBuffer is faster.
TypedArray to write the hash into. Faster than creating a new one each time
Run the hash over the given data
string, Uint8Array, or ArrayBuffer to hash. Uint8Array or ArrayBuffer is faster.
DigestEncoding to return the hash in