Expand description
Hashing Functions.
Functionsยง
- Do a Blake2 64-bit hash and return result.
- Do a Blake2 128-bit hash and return result.
- Do a Blake2 256-bit hash and return result.
- Do a Blake2 512-bit hash and return result.
- Do a Blake2 512-bit hash and place result in
dest
. - Do a keccak 256-bit hash and return result.
- Do a keccak 512-bit hash and return result.
- Do a sha2 256-bit hash and return result.
- Do a XX 64-bit hash and return result.
- Do a XX 64-bit hash and place result in
dest
. - Do a XX 128-bit hash and return result.
- Do a XX 256-bit hash and return result.
- Do a XX 128-bit hash and place result in
dest
. - Do a XX 256-bit hash and place result in
dest
.