cc-hash.c: New file containing hash-related code from hashsum and dsig.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 13:12:14 +0000 (13:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 Jan 2012 13:12:14 +0000 (13:12 +0000)
commit18b3351a3791f19a63c0af05640719db8eb5d184
tree4f2e9a94f804dd74723b7759da3633d8d166e485
parenta1e745ad3b306d1e5173588e39d71b132466365e
cc-hash.c: New file containing hash-related code from hashsum and dsig.

There's a fair amount of duplication already, most notably the
`getstring'/`putstring' functions, and `fhash'.  The encoding stuff
isn't common yet, but will be needed in a later change.
Makefile.m4
cc-hash.c [new file with mode: 0644]
cc.h
dsig.c
hashsum.c