Merge branch 'mdw/aead'
authorMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:47:01 +0000 (11:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:47:01 +0000 (11:47 +0100)
commit4abb54de656f0d5c1b35de940fe75e7e3159dee4
tree5a155e7932abbe50112b4cf93c3797d1c069532c
parent79033570007ed03d8a9953dd0536e92dffb0a635
parentbebf03ab18a3bc9fbb537fcf821b0b53f8db1b81
Merge branch 'mdw/aead'

* mdw/aead:
  algorithms.c, etc.: Support the new AEAD abstraction.
  algorithms.py: Support the new blockcipher-based MAC modes.
  algorithms.c: Add missing `copy' methods on hash and Keccak objects.
  catacomb/__init__.py: Add `KeySZ.pad' method.