Remove MD5 and CRC64 function interface (#324)

This commit is contained in:
JinmingHu 2020-07-20 10:35:09 +08:00 committed by GitHub
parent b259db5a3b
commit 2c21d4b018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,5 @@ namespace Azure { namespace Storage {
std::string HMAC_SHA256(const std::string& text, const std::string& key);
std::string Base64Encode(const std::string& text);
std::string Base64Decode(const std::string& text);
std::string MD5(const std::string& text);
std::string CRC64(const std::string& text);
}} // namespace Azure::Storage