HashAlgorithm
A Cryptographic hash function to use in EncodingService methods.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 697 | Blake2b | 0 | Used to compute a 256-bit (32-byte) hash digest using the BLAKE2b algorithm. | |
| 697 | Blake3 | 1 | Used to compute a 256-bit (32-byte) hash digest using the BLAKE3 algorithm. | |
| 697 | Md5 | 2 | Used to compute a 128-bit (16-byte) hash digest using the MD5 algorithm. | |
| 697 | Sha1 | 3 | Used to compute a 160-bit (20-byte) hash digest using the SHA-1 algorithm. | |
| 697 | Sha256 | 4 | Used to compute a 256-bit (32-byte) hash digest using the SHA256 algorithm. | 
Description
A Cryptographic hash function to use in EncodingService methods.