📄️ BLAKE3
Calculates an BLAKE3 256-bit checksum for the string.
📄️ City64WithSeed
Calculates a City64WithSeed 64-bit hash for the string.
📄️ MD5
Calculates an MD5 128-bit checksum for the string.
📄️ SHA1
Calculates an SHA-1 160-bit checksum for the string, as described in RFC 3174 (Secure Hash Algorithm).
📄️ SHA2
Calculates the SHA-2 family of hash functions (SHA-224, SHA-256, SHA-384, and SHA-512).
📄️ SIPHASH
Produces a 64-bit SipHash hash value.
📄️ XXHASH32
Calculates an xxHash32 32-bit hash value for the string.
📄️ XXHASH64
Calculates an xxHash64 64-bit hash value for the string.