mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 16:03:45 +00:00
Fix typing info
This commit is contained in:
parent
75dc6e0780
commit
f277db8cae
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ Buffer = Union[bytes, bytearray, memoryview]
|
|||
|
||||
__all__ = ['CcmMode']
|
||||
|
||||
|
||||
class CCMMessageTooLongError(ValueError):
|
||||
pass
|
||||
|
||||
|
||||
class CcmMode(object):
|
||||
block_size: int
|
||||
nonce: bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue