diff options
author | vladimirch <vladimirch@yandex-team.ru> | 2022-02-10 16:50:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:14 +0300 |
commit | b99c7485cc2c2d0f8ee3eb01085cd839900198d0 (patch) | |
tree | 4c87e8278e443fada0b2e07116b7abcadb351d91 /library/cpp/digest/md5/md5.cpp | |
parent | 69d5172b45a4cd66fceb1426e88983d1e0c5c026 (diff) | |
download | ydb-b99c7485cc2c2d0f8ee3eb01085cd839900198d0.tar.gz |
Restoring authorship annotation for <vladimirch@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/digest/md5/md5.cpp')
-rw-r--r-- | library/cpp/digest/md5/md5.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/digest/md5/md5.cpp b/library/cpp/digest/md5/md5.cpp index 24a5b69eef..ee672f625c 100644 --- a/library/cpp/digest/md5/md5.cpp +++ b/library/cpp/digest/md5/md5.cpp @@ -55,8 +55,8 @@ TString MD5::File(const TString& filename) { buf.clear(); } return buf; -} - +} + char* MD5::Data(const TArrayRef<const ui8>& data, char* buf) { return MD5().Update(data).End(buf); } |