symm/hmac-def.h: Set HMAC keys up in a more principled manner.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 May 2017 20:51:45 +0000 (21:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:41 +0000 (14:58 +0100)
commit94df4e8c1a18cb6f1e77d48e27a86c8058a87195
tree7f1755c1677584587ebe4202daaa286ff98d4289
parentc148759dc94794db3faa3ed556583b65d40ae799
symm/hmac-def.h: Set HMAC keys up in a more principled manner.

No longer does it reach into the hash context and run `HASH_compress' by
hand.

This means that nothing assumes that `HASH_compress' exists any more.
symm/hmac-def.h