azure-sdk-for-cpp/sdk/storage/azure-storage-common/test
JinmingHu b59b65bb87
Add ContentHash struct, replace TransactionalContentMD5 and TransactionContentCrc64 with TransactionalContentHash (#1212)
* use std::vector<uint8_t> for binary input/output

* struct ContentHash

* ContentHash in Blob Service

* Update sdk/storage/azure-storage-common/src/crypt.cpp

* Update sdk/storage/azure-storage-common/src/crypt.cpp

* add doc

* changelog

* EncryptionKeySha256 and ContentMd5 are changed to binary

* changelog

* fix build error

* fix crash issue

* FIX BUILD ERROR on linux

* Fix bug on Linux

* fix bug
2020-12-18 16:09:35 +08:00
..
bearer_token_test.cpp rename uri->url (#997) 2020-11-20 10:55:10 +08:00
crypt_functions_test.cpp Add ContentHash struct, replace TransactionalContentMD5 and TransactionContentCrc64 with TransactionalContentHash (#1212) 2020-12-18 16:09:35 +08:00
metadata_test.cpp case-insensitive metadata (#1050) 2020-12-03 09:49:33 +08:00
storage_credential_test.cpp rename uri->url (#997) 2020-11-20 10:55:10 +08:00
test_base.cpp replace #ifdef/#ifndef with #if defined() in storage (#1203) 2020-12-17 18:51:01 +08:00
test_base.hpp Add ContentHash struct, replace TransactionalContentMD5 and TransactionContentCrc64 with TransactionalContentHash (#1212) 2020-12-18 16:09:35 +08:00