summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha256.cc
AgeCommit message (Collapse)Author
2006-07-24* apt-pkg/contrib/sha256.cc:Michael Vogt
- fix the sha256 code (thanks to Jakob Bohm, closes: #378183)
2006-05-16* apt-pkg/contrib/sha256.cc:Michael Vogt
The patch below fixes the problem by open-coding the ntohl() call and combining it with a byte-by-byte load of the 32-bit word.
2006-03-08* added ajs patchMichael Vogt