Const
SHA2-256 hash function from RFC 4634. In JS it's the fastest: even faster than Blake3. Some info:
message bytes to hash
Reserved hash options.
Digest bytes.
Hash a message with SHA2-256.
sha256(new Uint8Array([97, 98, 99])); Copy
sha256(new Uint8Array([97, 98, 99]));
SHA2-256 hash function from RFC 4634. In JS it's the fastest: even faster than Blake3. Some info: