Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-09 | Remove verify_hash library | Maksim Denisov | |
...that is fully replaced by hash_info | |||
2024-08-07 | Replace classic C boolean operators with keywords | Maksim Denisov | |
! => not; && => and, || => or | |||
2024-02-29 | verify_hash utils: Clarify return value meaning | Paul Cristian Sarbu | |
2023-11-30 | Resolve inconsistencies in third-party headers include format | Paul Cristian Sarbu | |
2023-11-15 | utils/cpp: add IsAHash function | Alberto Sartori | |
This function is mainly used to check that the hash of a Digest received over the wire is a real hash, to prevent a malicious attack. |