summaryrefslogtreecommitdiff
path: root/comphelper/qa/unit/test_hash.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-30loplugin:ostr in comphelperNoel Grandin1-2/+2
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1
2020-06-03Upcoming loplugin:elidestringvar: comphelperStephan Bergmann1-7/+3
2020-05-04fix leak in comphelper::TestHashNoel Grandin1-0/+12
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen1-1/+0
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke1-2/+3
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke1-2/+2
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke1-1/+2
2018-02-24Hash Base64, Sequence and cleansing, tdf#104250 prepEike Rathke1-2/+2
2018-02-24Implement OOXML password hashing algorithm, tdf#104250 prepEike Rathke1-0/+29
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: comphelperStephan Bergmann1-2/+2
2017-04-29add test for MD5 hashingMarkus Mohrhard1-0/+12
2017-04-21add test for generic digest classMarkus Mohrhard1-0/+80