diff options
author | aropan <aropan@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 | 69d5172b45a4cd66fceb1426e88983d1e0c5c026 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/digest/md5/md5.h | |
parent | 8b7dce1ea48c8a811ae189088c265b2da7600e98 (diff) | |
download | ydb-69d5172b45a4cd66fceb1426e88983d1e0c5c026.tar.gz |
Restoring authorship annotation for <aropan@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/digest/md5/md5.h')
-rw-r--r-- | library/cpp/digest/md5/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/digest/md5/md5.h b/library/cpp/digest/md5/md5.h index 35c5c90a4ce..2c17aa05181 100644 --- a/library/cpp/digest/md5/md5.h +++ b/library/cpp/digest/md5/md5.h @@ -65,7 +65,7 @@ public: static bool IsMD5(TStringBuf data); static bool IsMD5(const TArrayRef<const ui8>& data); - + private: void UpdatePart(TArrayRef<const ui8> data); |