summaryrefslogtreecommitdiff
path: root/include/comphelper/hash.hxx
AgeCommit message (Expand)Author
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke
2018-02-26Remove LittleEndian constraint, will handle that in calculateHash()Eike Rathke
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke
2018-02-24Hash Base64, Sequence and cleansing, tdf#104250 prepEike Rathke
2018-02-24Implement OOXML password hashing algorithm, tdf#104250 prepEike Rathke
2018-01-16comphelper: put some include guards around stark naked headerMichael Stahl
2017-04-29add MD5 hashing to generic digest classMarkus Mohrhard
2017-04-21add generic digest classMarkus Mohrhard