slight update
This commit is contained in:
10
week05/easy/env/lib/python3.12/site-packages/Crypto/Hash/KMAC256.pyi
vendored
Normal file
10
week05/easy/env/lib/python3.12/site-packages/Crypto/Hash/KMAC256.pyi
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
from typing import Union
|
||||
|
||||
from .KMAC128 import KMAC_Hash
|
||||
|
||||
Buffer = Union[bytes, bytearray, memoryview]
|
||||
|
||||
def new(key: Buffer,
|
||||
data: Buffer = ...,
|
||||
mac_len: int = ...,
|
||||
custom: Buffer = ...) -> KMAC_Hash: ...
|
Reference in New Issue
Block a user