summaryrefslogtreecommitdiff
path: root/include/comphelper/hash.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-21 05:51:26 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-29 07:55:10 +0200
commitcf45dda9a515e92d97dc6202b78f0dd1a41781a2 (patch)
tree73c91aee9f0c9ab1f8e5869864d7a42a89715545 /include/comphelper/hash.hxx
parentda8aa9ea1521a0c02e97299b58990721467fc126 (diff)
add MD5 hashing to generic digest class
Change-Id: If3abc80f8511d9c7bf0d5197ce28ef4cf60a6b45 Reviewed-on: https://gerrit.libreoffice.org/36792 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/comphelper/hash.hxx')
-rw-r--r--include/comphelper/hash.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/comphelper/hash.hxx b/include/comphelper/hash.hxx
index c14c6c748fee..d8145604ac6b 100644
--- a/include/comphelper/hash.hxx
+++ b/include/comphelper/hash.hxx
@@ -16,6 +16,7 @@ namespace comphelper {
enum class HashType
{
+ MD5,
SHA1,
SHA256,
SHA512