move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2_interna...
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 25 Feb 2011 13:16:35 +0000 (14:16 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 25 Feb 2011 13:16:35 +0000 (14:16 +0100)
commit84a0890e6ef49b5d41a0b9ff0b5a5fe95cca6f3e
treee0df9e6f4e7b8e7b2f80f94531257f5c4839997b
parentd9b9e9e2495fa4cfd9f555cd51a394bad2f98894
move sha512,256 into apt-pkg/sha2.{cc,h}, move gifford implementation to sha2_internal.{cc,h}
apt-pkg/contrib/hashes.h
apt-pkg/contrib/sha2.cc [moved from apt-pkg/contrib/sha512.cc with 53% similarity]
apt-pkg/contrib/sha2.h [moved from apt-pkg/contrib/sha512.h with 54% similarity]
apt-pkg/contrib/sha256.cc [deleted file]
apt-pkg/contrib/sha256.h
apt-pkg/contrib/sha2_internal.cc [moved from apt-pkg/contrib/sha2.cc with 99% similarity]
apt-pkg/contrib/sha2_internal.h [moved from apt-pkg/contrib/sha2.h with 100% similarity]
apt-pkg/makefile
ftparchive/cachedb.cc
ftparchive/writer.cc
test/hash.cc