{".class":"MypyFile","_fullname":"cryptography.hazmat.primitives.ciphers.algorithms","future_import_flags":["annotations"],"is_partial_stub_package":false,"is_stub":false,"names":{".class":"SymbolTable","AES":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES","name":"AES","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.primitives.ciphers.algorithms","mro":["cryptography.hazmat.primitives.ciphers.algorithms.AES","cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm","cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm","builtins.object"],"names":{".class":"SymbolTable","__init__":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0,0],"arg_names":["self","key"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.AES",{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"}],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of AES","ret_type":{".class":"NoneType"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"block_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES.block_size","name":"block_size","setter_type":null,"type":"builtins.int"}},"key_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_property","is_decorated","is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.AES"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of AES","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.AES"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of AES","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}}},"key_sizes":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES.key_sizes","name":"key_sizes","setter_type":null,"type":{".class":"Instance","args":["builtins.int"],"extra_attrs":null,"type_ref":"builtins.frozenset"}}},"name":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES.name","name":"name","setter_type":null,"type":"builtins.str"}}},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.primitives.ciphers.algorithms.AES","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"AES128":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128","name":"AES128","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.primitives.ciphers.algorithms","mro":["cryptography.hazmat.primitives.ciphers.algorithms.AES128","cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm","cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm","builtins.object"],"names":{".class":"SymbolTable","__init__":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0,0],"arg_names":["self","key"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.AES128",{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"}],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of AES128","ret_type":{".class":"NoneType"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"block_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128.block_size","name":"block_size","setter_type":null,"type":"builtins.int"}},"key_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128.key_size","name":"key_size","setter_type":null,"type":"builtins.int"}},"key_sizes":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128.key_sizes","name":"key_sizes","setter_type":null,"type":{".class":"Instance","args":["builtins.int"],"extra_attrs":null,"type_ref":"builtins.frozenset"}}},"name":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128.name","name":"name","setter_type":null,"type":"builtins.str"}}},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES128.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.primitives.ciphers.algorithms.AES128","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"AES256":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256","name":"AES256","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.primitives.ciphers.algorithms","mro":["cryptography.hazmat.primitives.ciphers.algorithms.AES256","cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm","cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm","builtins.object"],"names":{".class":"SymbolTable","__init__":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0,0],"arg_names":["self","key"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.AES256",{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"}],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of AES256","ret_type":{".class":"NoneType"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"block_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256.block_size","name":"block_size","setter_type":null,"type":"builtins.int"}},"key_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256.key_size","name":"key_size","setter_type":null,"type":"builtins.int"}},"key_sizes":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256.key_sizes","name":"key_sizes","setter_type":null,"type":{".class":"Instance","args":["builtins.int"],"extra_attrs":null,"type_ref":"builtins.frozenset"}}},"name":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256.name","name":"name","setter_type":null,"type":"builtins.str"}}},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.AES256.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.primitives.ciphers.algorithms.AES256","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"ARC4":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.decrepit.ciphers.algorithms.ARC4","kind":"Gdef"},"BlockCipherAlgorithm":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm","kind":"Gdef"},"Blowfish":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish","kind":"Gdef"},"CAST5":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.decrepit.ciphers.algorithms.CAST5","kind":"Gdef"},"Camellia":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia","name":"Camellia","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.primitives.ciphers.algorithms","mro":["cryptography.hazmat.primitives.ciphers.algorithms.Camellia","cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm","cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm","builtins.object"],"names":{".class":"SymbolTable","__init__":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0,0],"arg_names":["self","key"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.Camellia",{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"}],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of Camellia","ret_type":{".class":"NoneType"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"block_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia.block_size","name":"block_size","setter_type":null,"type":"builtins.int"}},"key_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_property","is_decorated","is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.Camellia"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of Camellia","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.Camellia"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of Camellia","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}}},"key_sizes":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia.key_sizes","name":"key_sizes","setter_type":null,"type":{".class":"Instance","args":["builtins.int"],"extra_attrs":null,"type_ref":"builtins.frozenset"}}},"name":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia.name","name":"name","setter_type":null,"type":"builtins.str"}}},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.primitives.ciphers.algorithms.Camellia","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"ChaCha20":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20","name":"ChaCha20","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.primitives.ciphers.algorithms","mro":["cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20","cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm","builtins.object"],"names":{".class":"SymbolTable","__init__":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0,0,0],"arg_names":["self","key","nonce"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0,0],"arg_names":["self","key","nonce"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20",{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"},{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"}],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of ChaCha20","ret_type":{".class":"NoneType"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"_nonce":{".class":"SymbolTableNode","implicit":true,"kind":"Mdef","node":{".class":"Var","flags":["is_ready","is_inferred"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20._nonce","name":"_nonce","setter_type":null,"type":{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"}}},"key":{".class":"SymbolTableNode","implicit":true,"kind":"Mdef","node":{".class":"Var","flags":["is_ready","is_inferred"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.key","name":"key","setter_type":null,"type":{".class":"UnionType","items":["builtins.bytes","builtins.bytearray",{".class":"Instance","args":["builtins.int"],"extra_attrs":null,"type_ref":"builtins.memoryview"}],"uses_pep604_syntax":false}}},"key_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_property","is_decorated","is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of ChaCha20","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of ChaCha20","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}}},"key_sizes":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.key_sizes","name":"key_sizes","setter_type":null,"type":{".class":"Instance","args":["builtins.int"],"extra_attrs":null,"type_ref":"builtins.frozenset"}}},"name":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.name","name":"name","setter_type":null,"type":"builtins.str"}},"nonce":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_property","is_decorated","is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.nonce","name":"nonce","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"nonce of ChaCha20","ret_type":{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.nonce","name":"nonce","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"nonce of ChaCha20","ret_type":{".class":"TypeAliasType","args":[],"type_ref":"cryptography.utils.Buffer"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}}}},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"CipherAlgorithm":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm","kind":"Gdef"},"IDEA":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.decrepit.ciphers.algorithms.IDEA","kind":"Gdef"},"SEED":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.decrepit.ciphers.algorithms.SEED","kind":"Gdef"},"SM4":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4","name":"SM4","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.primitives.ciphers.algorithms","mro":["cryptography.hazmat.primitives.ciphers.algorithms.SM4","cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm","cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm","builtins.object"],"names":{".class":"SymbolTable","__init__":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0,0],"arg_names":["self","key"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.SM4","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of SM4","ret_type":{".class":"NoneType"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"block_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4.block_size","name":"block_size","setter_type":null,"type":"builtins.int"}},"key_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Decorator","func":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0],"arg_names":["self"],"dataclass_transform_spec":null,"deprecated":null,"flags":["is_property","is_decorated","is_trivial_self"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.SM4"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of SM4","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}},"is_overload":false,"var":{".class":"Var","flags":["is_initialized_in_class","is_property","is_ready","is_inferred"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.primitives.ciphers.algorithms.SM4"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of SM4","ret_type":"builtins.int","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}}},"key_sizes":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4.key_sizes","name":"key_sizes","setter_type":null,"type":{".class":"Instance","args":["builtins.int"],"extra_attrs":null,"type_ref":"builtins.frozenset"}}},"name":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4.name","name":"name","setter_type":null,"type":"builtins.str"}}},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.SM4.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.primitives.ciphers.algorithms.SM4","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"TripleDES":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES","kind":"Gdef"},"__annotations__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.__annotations__","name":"__annotations__","setter_type":null,"type":{".class":"Instance","args":["builtins.str",{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":6}],"extra_attrs":null,"type_ref":"builtins.dict"}}},"__doc__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.__doc__","name":"__doc__","setter_type":null,"type":"builtins.str"}},"__file__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.__file__","name":"__file__","setter_type":null,"type":"builtins.str"}},"__name__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.__name__","name":"__name__","setter_type":null,"type":"builtins.str"}},"__package__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.__package__","name":"__package__","setter_type":null,"type":"builtins.str"}},"__spec__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.primitives.ciphers.algorithms.__spec__","name":"__spec__","setter_type":null,"type":"_frozen_importlib.ModuleSpec"}},"_verify_key_size":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.primitives._cipheralgorithm._verify_key_size","kind":"Gdef"},"annotations":{".class":"SymbolTableNode","cross_ref":"__future__.annotations","kind":"Gdef"},"utils":{".class":"SymbolTableNode","cross_ref":"cryptography.utils","kind":"Gdef"}},"path":"/home/geodesix/.local/lib/python3.10/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py"}