]> the.earth.li Git - onak.git/commit
Add SHA1x hash support
authorJonathan McDowell <noodles@earth.li>
Tue, 5 Nov 2013 04:52:38 +0000 (20:52 -0800)
committerJonathan McDowell <noodles@earth.li>
Tue, 5 Nov 2013 04:52:38 +0000 (20:52 -0800)
commit7f6a0a82eafb84548e5a298485533a2fd506f98d
treeaeaf40d0f7c8792ae4ce1e04c2cbe2e7d216167c
parenta38e8ca995bf1a5d20dc81bed265fc8a58cec2b5
Add SHA1x hash support

A hash variant that uses 8 SHA-1 instances and results in a double width
hash (320 bits instead of SHA-1's 160 bits). This was used in older
versions of PGP and there are quite a few keys on the keyservers with
signatures using it. Added mainly to enable the sig hash checking
routine to do some sanity checking on these signatures.
Makefile.in
sha1x.c [new file with mode: 0644]
sha1x.h [new file with mode: 0644]
sigcheck.c