commit | 22e80cb96e034679750a38702aaa55e30da05f69 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Nov 20 21:27:00 2013 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Nov 29 17:19:45 2013 -0600 |
tree | a8fa871f152c83c03033f1dab8fed319eb3ec239 | |
parent | bdb6debe4a9a3ccba6648c56028f849c0e5b6a12 [diff] [blame] |
GCM support
diff --git a/cryptography/exceptions.py b/cryptography/exceptions.py index c2e7149..f2a731f 100644 --- a/cryptography/exceptions.py +++ b/cryptography/exceptions.py
@@ -18,3 +18,7 @@ class AlreadyFinalized(Exception): pass + + +class NotFinalized(Exception): + pass