mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
string: Add support for SHA-3 algorithms
This commit is contained in:
@@ -36,7 +36,9 @@ bool cmStringCommand::InitialPass(std::vector<std::string> const& args,
|
||||
}
|
||||
if (subCommand == "MD5" || subCommand == "SHA1" || subCommand == "SHA224" ||
|
||||
subCommand == "SHA256" || subCommand == "SHA384" ||
|
||||
subCommand == "SHA512") {
|
||||
subCommand == "SHA512" || subCommand == "SHA3_224" ||
|
||||
subCommand == "SHA3_256" || subCommand == "SHA3_384" ||
|
||||
subCommand == "SHA3_512") {
|
||||
return this->HandleHashCommand(args);
|
||||
}
|
||||
if (subCommand == "TOLOWER") {
|
||||
|
||||
Reference in New Issue
Block a user