{".class":"MypyFile","_fullname":"cryptography.hazmat.decrepit.ciphers.algorithms","future_import_flags":["annotations"],"is_partial_stub_package":false,"is_stub":false,"names":{".class":"SymbolTable","ARC4":{".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.decrepit.ciphers.algorithms.ARC4","name":"ARC4","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.ARC4","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms.ARC4","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.decrepit.ciphers.algorithms.ARC4.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.ARC4","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of ARC4","ret_type":{".class":"NoneType"},"type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"key":{".class":"SymbolTableNode","implicit":true,"kind":"Mdef","node":{".class":"Var","flags":["is_ready","is_inferred"],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.ARC4.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.decrepit.ciphers.algorithms.ARC4.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.ARC4"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of ARC4","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.decrepit.ciphers.algorithms.ARC4.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.ARC4"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of ARC4","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.decrepit.ciphers.algorithms.ARC4.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.decrepit.ciphers.algorithms.ARC4.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.decrepit.ciphers.algorithms.ARC4.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms.ARC4","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"BlockCipherAlgorithm":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm","kind":"Gdef"},"Blowfish":{".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.decrepit.ciphers.algorithms.Blowfish","name":"Blowfish","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish","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.decrepit.ciphers.algorithms.Blowfish.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of Blowfish","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.decrepit.ciphers.algorithms.Blowfish.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.decrepit.ciphers.algorithms.Blowfish.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of Blowfish","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.decrepit.ciphers.algorithms.Blowfish.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of Blowfish","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.decrepit.ciphers.algorithms.Blowfish.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.decrepit.ciphers.algorithms.Blowfish.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.decrepit.ciphers.algorithms.Blowfish.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms.Blowfish","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"CAST5":{".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.decrepit.ciphers.algorithms.CAST5","name":"CAST5","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.CAST5","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms.CAST5","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.decrepit.ciphers.algorithms.CAST5.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.CAST5","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of CAST5","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.decrepit.ciphers.algorithms.CAST5.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.decrepit.ciphers.algorithms.CAST5.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.CAST5"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of CAST5","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.decrepit.ciphers.algorithms.CAST5.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.CAST5"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of CAST5","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.decrepit.ciphers.algorithms.CAST5.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.decrepit.ciphers.algorithms.CAST5.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.decrepit.ciphers.algorithms.CAST5.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms.CAST5","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","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.decrepit.ciphers.algorithms.IDEA","name":"IDEA","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.IDEA","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms.IDEA","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.decrepit.ciphers.algorithms.IDEA.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.IDEA","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of IDEA","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.decrepit.ciphers.algorithms.IDEA.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.decrepit.ciphers.algorithms.IDEA.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.IDEA"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of IDEA","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.decrepit.ciphers.algorithms.IDEA.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.IDEA"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of IDEA","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.decrepit.ciphers.algorithms.IDEA.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.decrepit.ciphers.algorithms.IDEA.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.decrepit.ciphers.algorithms.IDEA.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms.IDEA","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"RC2":{".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.decrepit.ciphers.algorithms.RC2","name":"RC2","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.RC2","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms.RC2","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.decrepit.ciphers.algorithms.RC2.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.RC2","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of RC2","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.decrepit.ciphers.algorithms.RC2.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.decrepit.ciphers.algorithms.RC2.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.RC2"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of RC2","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.decrepit.ciphers.algorithms.RC2.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.RC2"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of RC2","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.decrepit.ciphers.algorithms.RC2.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.decrepit.ciphers.algorithms.RC2.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.decrepit.ciphers.algorithms.RC2.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms.RC2","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"SEED":{".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.decrepit.ciphers.algorithms.SEED","name":"SEED","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.SEED","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms.SEED","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.decrepit.ciphers.algorithms.SEED.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.SEED","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of SEED","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.decrepit.ciphers.algorithms.SEED.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.decrepit.ciphers.algorithms.SEED.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.SEED"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of SEED","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.decrepit.ciphers.algorithms.SEED.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.SEED"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of SEED","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.decrepit.ciphers.algorithms.SEED.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.decrepit.ciphers.algorithms.SEED.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.decrepit.ciphers.algorithms.SEED.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms.SEED","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"TripleDES":{".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.decrepit.ciphers.algorithms.TripleDES","name":"TripleDES","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES","has_param_spec_type":false,"metaclass_type":"abc.ABCMeta","metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES","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.decrepit.ciphers.algorithms.TripleDES.__init__","name":"__init__","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0,0],"arg_names":["self","key"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES","builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"__init__ of TripleDES","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.decrepit.ciphers.algorithms.TripleDES.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.decrepit.ciphers.algorithms.TripleDES.key_size","name":"key_size","original_first_arg":"self","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of TripleDES","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.decrepit.ciphers.algorithms.TripleDES.key_size","name":"key_size","setter_type":null,"type":{".class":"CallableType","arg_kinds":[0],"arg_names":["self"],"arg_types":["cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"key_size of TripleDES","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.decrepit.ciphers.algorithms.TripleDES.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.decrepit.ciphers.algorithms.TripleDES.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.decrepit.ciphers.algorithms.TripleDES.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"_DES":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"TypeInfo","_promote":[],"abstract_attributes":[],"alt_promote":null,"bases":["builtins.object"],"dataclass_transform_spec":null,"declared_metaclass":null,"defn":{".class":"ClassDef","fullname":"cryptography.hazmat.decrepit.ciphers.algorithms._DES","name":"_DES","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms._DES","has_param_spec_type":false,"metaclass_type":null,"metadata":{},"module_name":"cryptography.hazmat.decrepit.ciphers.algorithms","mro":["cryptography.hazmat.decrepit.ciphers.algorithms._DES","builtins.object"],"names":{".class":"SymbolTable","key_size":{".class":"SymbolTableNode","kind":"Mdef","node":{".class":"Var","flags":["is_initialized_in_class","is_ready","is_inferred","has_explicit_value"],"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms._DES.key_size","name":"key_size","setter_type":null,"type":"builtins.int"}}},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.decrepit.ciphers.algorithms._DES.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.decrepit.ciphers.algorithms._DES","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"__annotations__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.decrepit.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.decrepit.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.decrepit.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.decrepit.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.decrepit.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.decrepit.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"}},"path":"/home/geodesix/.local/lib/python3.10/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py"}