first add files
This commit is contained in:
10
lib/Crypto/Hash/KMAC256.pyi
Normal file
10
lib/Crypto/Hash/KMAC256.pyi
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