summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha2.h
AgeCommit message (Expand)Author
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-09-01try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies
2015-08-11Annotate more methods with APT_OVERRIDEJulian Andres Klode
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2013-08-05fix some unitialized data membersMichael Vogt
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-07-13move implementation of checksums around by abstracting even moreDavid Kalnischkies
2011-02-28apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclassMichael Vogt
2011-02-25template based hashsum implementationMichael Vogt
2011-02-25move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt
2011-02-22add sha512 interface based on sha2 by aaron giffordMichael Vogt