Remove MD5 and CRC64 function interface (#324)
This commit is contained in:
parent
b259db5a3b
commit
2c21d4b018
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user