{".class":"MypyFile","_fullname":"cryptography.hazmat.bindings._rust.openssl.x448","future_import_flags":[],"is_partial_stub_package":false,"is_stub":true,"names":{".class":"SymbolTable","Buffer":{".class":"SymbolTableNode","cross_ref":"cryptography.utils.Buffer","kind":"Gdef","module_hidden":true,"module_public":false},"X448PrivateKey":{".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.bindings._rust.openssl.x448.X448PrivateKey","name":"X448PrivateKey","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.X448PrivateKey","has_param_spec_type":false,"metaclass_type":null,"metadata":{},"module_name":"cryptography.hazmat.bindings._rust.openssl.x448","mro":["cryptography.hazmat.bindings._rust.openssl.x448.X448PrivateKey","builtins.object"],"names":{".class":"SymbolTable"},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.X448PrivateKey.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.bindings._rust.openssl.x448.X448PrivateKey","values":[],"variance":0},"slots":null,"tuple_type":null,"type_vars":[],"typeddict_type":null}},"X448PublicKey":{".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.bindings._rust.openssl.x448.X448PublicKey","name":"X448PublicKey","type_vars":[]},"deletable_attributes":[],"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.X448PublicKey","has_param_spec_type":false,"metaclass_type":null,"metadata":{},"module_name":"cryptography.hazmat.bindings._rust.openssl.x448","mro":["cryptography.hazmat.bindings._rust.openssl.x448.X448PublicKey","builtins.object"],"names":{".class":"SymbolTable"},"self_type":{".class":"TypeVarType","default":{".class":"AnyType","missing_import_name":null,"source_any":null,"type_of_any":4},"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.X448PublicKey.Self","id":0,"name":"Self","namespace":"","upper_bound":"cryptography.hazmat.bindings._rust.openssl.x448.X448PublicKey","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.bindings._rust.openssl.x448.__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.bindings._rust.openssl.x448.__doc__","name":"__doc__","setter_type":null,"type":"builtins.str"}},"__file__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.__file__","name":"__file__","setter_type":null,"type":"builtins.str"}},"__name__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.__name__","name":"__name__","setter_type":null,"type":"builtins.str"}},"__package__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.__package__","name":"__package__","setter_type":null,"type":"builtins.str"}},"__spec__":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"Var","flags":["is_ready"],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.__spec__","name":"__spec__","setter_type":null,"type":"_frozen_importlib.ModuleSpec"}},"from_private_bytes":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0],"arg_names":["data"],"dataclass_transform_spec":null,"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.from_private_bytes","name":"from_private_bytes","original_first_arg":"data","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["data"],"arg_types":[{".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":"from_private_bytes","ret_type":"cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"from_public_bytes":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[0],"arg_names":["data"],"dataclass_transform_spec":null,"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.from_public_bytes","name":"from_public_bytes","original_first_arg":"data","type":{".class":"CallableType","arg_kinds":[0],"arg_names":["data"],"arg_types":["builtins.bytes"],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"from_public_bytes","ret_type":"cryptography.hazmat.primitives.asymmetric.x448.X448PublicKey","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"generate_key":{".class":"SymbolTableNode","kind":"Gdef","node":{".class":"FuncDef","abstract_status":0,"arg_kinds":[],"arg_names":[],"dataclass_transform_spec":null,"deprecated":null,"flags":[],"fullname":"cryptography.hazmat.bindings._rust.openssl.x448.generate_key","name":"generate_key","original_first_arg":null,"type":{".class":"CallableType","arg_kinds":[],"arg_names":[],"arg_types":[],"fallback":"builtins.function","from_concatenate":false,"implicit":false,"imprecise_arg_kinds":false,"is_bound":false,"is_ellipsis_args":false,"name":"generate_key","ret_type":"cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey","type_guard":null,"type_is":null,"unpack_kwargs":false,"variables":[]}}},"x448":{".class":"SymbolTableNode","cross_ref":"cryptography.hazmat.primitives.asymmetric.x448","kind":"Gdef","module_hidden":true,"module_public":false}},"path":"/home/geodesix/.local/lib/python3.10/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi"}