algorithms.py: Support the new blockcipher-based MAC modes.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 9 Nov 2018 15:34:46 +0000 (15:34 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:46:49 +0000 (11:46 +0100)
algorithms.py
setup.py

index 0fa434a..7f31e60 100644 (file)
@@ -25,6 +25,7 @@ serpent noekeon
 '''.split()
 pmodes = '''
 ecb cbc cfb ofb counter
+cmac pmac1
 '''.split()
 streamciphers = '''
 rc4 seal
index cedacdd..b5e3fcd 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 import distutils.core as DC
 import mdwsetup as MS
 
-MS.pkg_config('catacomb', '2.3.0.1+4')
+MS.pkg_config('catacomb', '2.4.2+23')
 MS.pkg_config('mLib', '2.0.4')
 
 cat = DC.Extension('catacomb._base',