Hash utilities: maintain a hash state object, not a bundle of arguments.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Jan 2013 23:27:08 +0000 (23:27 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Jan 2013 23:43:32 +0000 (23:43 +0000)
commit07290a455e008c37adc233554eff8ad468608161
treeddc499931f5d4d7f785665170d644a85da443605
parent7280f7f44cfae62f6d34761ac88aa19da7da5dd8
Hash utilities: maintain a hash state object, not a bundle of arguments.

This makes a number of things a bit cleaner, except that we (currently
pointlessly) remember to free up this state object when we're finished
with it.
cc-hash.c
cc.h
dsig.c
hashsum.c