diff options
Diffstat (limited to 'lib/Crypto/Hash/TupleHash256.pyi')
-rw-r--r-- | lib/Crypto/Hash/TupleHash256.pyi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Crypto/Hash/TupleHash256.pyi b/lib/Crypto/Hash/TupleHash256.pyi new file mode 100644 index 0000000..82d943f --- /dev/null +++ b/lib/Crypto/Hash/TupleHash256.pyi @@ -0,0 +1,5 @@ +from .TupleHash128 import TupleHash + +def new(digest_bytes: int = ..., + digest_bits: int = ..., + custom: int = ...) -> TupleHash: ... |