summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha2.cc
Commit message (Expand)AuthorAgeFilesLines
* move implementation of checksums around by abstracting even moreDavid Kalnischkies2011-07-131-43/+0
* apt-pkg/contrib/sha2.{cc,h}: move duplicated AddFD to baseclassMichael Vogt2011-02-281-83/+2
* template based hashsum implementationMichael Vogt2011-02-251-121/+11
* move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2...Michael Vogt2011-02-251-1057/+226
* add sha512 interface based on sha2 by aaron giffordMichael Vogt2011-02-221-0/+1065