Hash algorithms - maurizuki/O2 GitHub Wiki
Hash algorithms
The supported hash algorithms are the following:
| Identifier | Hash algorithm | Remarks |
|---|---|---|
| 01 | HAVAL | 256 bits, 5 rounds |
| 02 | MD4 | |
| 03 | MD5 | Deprecated |
| 04 | RIPEMD-128 | |
| 05 | RIPEMD-160 | |
| 06 | SHA-1 | Deprecated |
| 07 | SHA-256 | |
| 08 | SHA-384 | |
| 09 | SHA-512 | |
| 0A | Tiger |