summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha2.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-011-3/+3
* Annotate more methods with APT_OVERRIDEJulian Andres Klode2015-08-111-1/+1
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-2/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-3/+7
* fix some unitialized data membersMichael Vogt2013-08-051-1/+3
* Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-3/+3
* move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-19/+8
* apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclassMichael Vogt2011-02-281-22/+65
* template based hashsum implementationMichael Vogt2011-02-251-55/+15
* move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt2011-02-251-195/+109
* add sha512 interface based on sha2 by aaron giffordMichael Vogt2011-02-221-0/+197