]> git.saurik.com Git - apt.git/commit - apt-pkg/makefile
add sha512 interface based on sha2 by aaron gifford
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 22 Feb 2011 20:53:23 +0000 (21:53 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 22 Feb 2011 20:53:23 +0000 (21:53 +0100)
commit54ce88fd2669a729c89c940be3abc9456d19d542
tree8f119d658a787b29e26bbdc126f3f5b3115cca7e
parent2311b3fe66d77d5a8ed3ce4e0878e2b7ef109bd3
add sha512 interface based on sha2 by aaron gifford
apt-pkg/contrib/sha2.cc [new file with mode: 0644]
apt-pkg/contrib/sha2.h [new file with mode: 0644]
apt-pkg/contrib/sha512.cc [new file with mode: 0644]
apt-pkg/contrib/sha512.h [new file with mode: 0644]
apt-pkg/makefile
test/hash.cc