chiark / gitweb /
algorithms.py: Support the new blockcipher-based MAC modes.
[catacomb-python] / algorithms.py
index 0fa434a32246d1471016339d570a05a1f913c1ac..7f31e604db30fa6bc19230228a46ff5be603c740 100644 (file)
@@ -25,6 +25,7 @@ serpent noekeon
 '''.split()
 pmodes = '''
 ecb cbc cfb ofb counter
 '''.split()
 pmodes = '''
 ecb cbc cfb ofb counter
+cmac pmac1
 '''.split()
 streamciphers = '''
 rc4 seal
 '''.split()
 streamciphers = '''
 rc4 seal