# coding: utf-8 # AUTO-GENERATED FILE -- DO NOT EDIT __doc__ = None class __loader__(object): """ Meta path import for built-in modules. All methods are either class or static methods to avoid the need to instantiate the class. """ _ORIGIN = 'built-in' def create_module(self, spec): """ Create a built-in module """ pass def exec_module(self, module): """ Exec a built-in module """ pass def find_spec(self, fullname, path=None, target=None): pass def get_code(self, fullname): """ Return None as built-in modules do not have code objects. """ pass def get_source(self, fullname): """ Return None as built-in modules do not have source code. """ pass def is_package(self, fullname): """ Return False as built-in modules are never packages. """ pass def load_module(self, fullname): """ Load the specified module into sys.modules and return it. This method is deprecated. Use loader.exec_module() instead. """ pass __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