summaryrefslogtreecommitdiff
path: root/src/utils/cpp/verify_hash.hpp
AgeCommit message (Collapse)Author
2024-09-09Remove verify_hash libraryMaksim Denisov
...that is fully replaced by hash_info
2024-08-07Replace classic C boolean operators with keywordsMaksim Denisov
! => not; && => and, || => or
2024-02-29verify_hash utils: Clarify return value meaningPaul Cristian Sarbu
2023-11-30Resolve inconsistencies in third-party headers include formatPaul Cristian Sarbu
2023-11-15utils/cpp: add IsAHash functionAlberto 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.