Skip to content

Commit f277db8

Browse files
committed
Fix typing info
1 parent 75dc6e0 commit f277db8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Crypto/Cipher/_mode_ccm.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Buffer = Union[bytes, bytearray, memoryview]
55

66
__all__ = ['CcmMode']
77

8+
9+
class CCMMessageTooLongError(ValueError):
10+
pass
11+
12+
813
class CcmMode(object):
914
block_size: int
1015
nonce: bytes

0 commit comments

Comments
 (0)