summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/String-MD5-Works.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-161-0/+2
Provide a CMake-language binding to these cryptographic hashes. Add a string() command API for MD5, SHA1, SHA224, SHA256, SHA384, and SHA512.