Fix typing info

This commit is contained in:
Helder Eijs 2025-03-15 22:12:34 +01:00
parent 75dc6e0780
commit f277db8cae

View file

@ -5,6 +5,11 @@ Buffer = Union[bytes, bytearray, memoryview]
__all__ = ['CcmMode']
class CCMMessageTooLongError(ValueError):
pass
class CcmMode(object):
block_size: int
nonce: bytes