# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT __doc__ = None __file__ = '/Users/Shared/build/ide/build-files/build-temp/runtimes-release/__os__/macos/runtime-python3.13/lib/Python.framework/Versions/3.13/lib/python3.13/lib-dynload/_sha3.cpython-313-darwin.so' __loader__ = None __name__ = '_sha3' __package__ = '' __spec__ = None implementation = 'HACL' class sha3_224(object): """ sha3_224([data], *, usedforsecurity=True) -> SHA3 object Return a new SHA3 hash object with a hashbit length of 28 bytes. """ _capacity_bits = property(None, None, None, ) _rate_bits = property(None, None, None, ) _suffix = property(None, None, None, ) block_size = property(None, None, None, ) def copy(self): """ Return a copy of the hash object. """ pass def digest(self): """ Return the digest value as a bytes object. """ pass digest_size = property(None, None, None, ) def hexdigest(self): """ Return the digest value as a string of hexadecimal digits. """ pass name = property(None, None, None, ) def update(self, data): """ Update this hash object's state with the provided bytes-like object. """ pass def __init__(self, data=None, *, usedforsecurity=True): return None class sha3_256(object): """ sha3_256([data], *, usedforsecurity=True) -> SHA3 object Return a new SHA3 hash object with a hashbit length of 32 bytes. """ _capacity_bits = property(None, None, None, ) _rate_bits = property(None, None, None, ) _suffix = property(None, None, None, ) block_size = property(None, None, None, ) def copy(self): """ Return a copy of the hash object. """ pass def digest(self): """ Return the digest value as a bytes object. """ pass digest_size = property(None, None, None, ) def hexdigest(self): """ Return the digest value as a string of hexadecimal digits. """ pass name = property(None, None, None, ) def update(self, data): """ Update this hash object's state with the provided bytes-like object. """ pass def __init__(self, data=None, *, usedforsecurity=True): return None class sha3_384(object): """ sha3_384([data], *, usedforsecurity=True) -> SHA3 object Return a new SHA3 hash object with a hashbit length of 48 bytes. """ _capacity_bits = property(None, None, None, ) _rate_bits = property(None, None, None, ) _suffix = property(None, None, None, ) block_size = property(None, None, None, ) def copy(self): """ Return a copy of the hash object. """ pass def digest(self): """ Return the digest value as a bytes object. """ pass digest_size = property(None, None, None, ) def hexdigest(self): """ Return the digest value as a string of hexadecimal digits. """ pass name = property(None, None, None, ) def update(self, data): """ Update this hash object's state with the provided bytes-like object. """ pass def __init__(self, data=None, *, usedforsecurity=True): return None class sha3_512(object): """ sha3_512([data], *, usedforsecurity=True) -> SHA3 object Return a new SHA3 hash object with a hashbit length of 64 bytes. """ _capacity_bits = property(None, None, None, ) _rate_bits = property(None, None, None, ) _suffix = property(None, None, None, ) block_size = property(None, None, None, ) def copy(self): """ Return a copy of the hash object. """ pass def digest(self): """ Return the digest value as a bytes object. """ pass digest_size = property(None, None, None, ) def hexdigest(self): """ Return the digest value as a string of hexadecimal digits. """ pass name = property(None, None, None, ) def update(self, data): """ Update this hash object's state with the provided bytes-like object. """ pass def __init__(self, data=None, *, usedforsecurity=True): return None class shake_128(object): """ shake_128([data], *, usedforsecurity=True) -> SHAKE object Return a new SHAKE hash object. """ _capacity_bits = property(None, None, None, ) _rate_bits = property(None, None, None, ) _suffix = property(None, None, None, ) block_size = property(None, None, None, ) def copy(self): """ Return a copy of the hash object. """ pass def digest(self, length): """ Return the digest value as a bytes object. """ pass digest_size = property(None, None, None, ) def hexdigest(self, length): """ Return the digest value as a string of hexadecimal digits. """ pass name = property(None, None, None, ) def update(self, data): """ Update this hash object's state with the provided bytes-like object. """ pass def __init__(self, data=None, *, usedforsecurity=True): return None class shake_256(object): """ shake_256([data], *, usedforsecurity=True) -> SHAKE object Return a new SHAKE hash object. """ _capacity_bits = property(None, None, None, ) _rate_bits = property(None, None, None, ) _suffix = property(None, None, None, ) block_size = property(None, None, None, ) def copy(self): """ Return a copy of the hash object. """ pass def digest(self, length): """ Return the digest value as a bytes object. """ pass digest_size = property(None, None, None, ) def hexdigest(self, length): """ Return the digest value as a string of hexadecimal digits. """ pass name = property(None, None, None, ) def update(self, data): """ Update this hash object's state with the provided bytes-like object. """ pass def __init__(self, data=None, *, usedforsecurity=True): return None