1 line
25 KiB
JSON
1 line
25 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "label": "pkcs1.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L1"}, {"id": "pkcs1_cryptoerror", "label": "CryptoError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L82"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "pkcs1_decryptionerror", "label": "DecryptionError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L86"}, {"id": "pkcs1_verificationerror", "label": "VerificationError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L90"}, {"id": "pkcs1_pad_for_encryption", "label": "_pad_for_encryption()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L94"}, {"id": "pkcs1_pad_for_signing", "label": "_pad_for_signing()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L139"}, {"id": "pkcs1_encrypt", "label": "encrypt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L172"}, {"id": "pkcs1_decrypt", "label": "decrypt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L204"}, {"id": "pkcs1_sign_hash", "label": "sign_hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L287"}, {"id": "pkcs1_sign", "label": "sign()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L320"}, {"id": "pkcs1_verify", "label": "verify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L342"}, {"id": "pkcs1_find_signature_hash", "label": "find_signature_hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L380"}, {"id": "pkcs1_yield_fixedblocks", "label": "yield_fixedblocks()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L399"}, {"id": "pkcs1_compute_hash", "label": "compute_hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L420"}, {"id": "pkcs1_find_method_hash", "label": "_find_method_hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L448"}, {"id": "pkcs1_rationale_83", "label": "Base class for all exceptions in this module.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L83"}, {"id": "pkcs1_rationale_87", "label": "Raised when decryption fails.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L87"}, {"id": "pkcs1_rationale_91", "label": "Raised when verification fails.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L91"}, {"id": "pkcs1_rationale_95", "label": "r\"\"\"Pads the message for encryption, returning the padded message. :return:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L95"}, {"id": "pkcs1_rationale_140", "label": "r\"\"\"Pads the message for signing, returning the padded message. The padding", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L140"}, {"id": "pkcs1_rationale_173", "label": "Encrypts the given message using PKCS#1 v1.5 :param message: the message to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L173"}, {"id": "pkcs1_rationale_205", "label": "r\"\"\"Decrypts the given message using PKCS#1 v1.5 The decryption is consider", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L205"}, {"id": "pkcs1_rationale_288", "label": "Signs a precomputed hash with the private key. Hashes the message, then sig", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L288"}, {"id": "pkcs1_rationale_321", "label": "Signs the message with the private key. Hashes the message, then signs the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L321"}, {"id": "pkcs1_rationale_343", "label": "Verifies that the signature matches the message. The hash method is detecte", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L343"}, {"id": "pkcs1_rationale_381", "label": "Returns the hash name detected from the signature. If you also want to veri", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L381"}, {"id": "pkcs1_rationale_400", "label": "Generator, yields each block of ``blocksize`` bytes in the input file. :par", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L400"}, {"id": "pkcs1_rationale_421", "label": "Returns the message digest. :param message: the signed message. Can be an 8", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L421"}, {"id": "pkcs1_rationale_449", "label": "Finds the hash method. :param clearsig: full padded ASN1 and hash. :ret", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L449"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "hmac", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "backend_venv_lib_python3_12_site_packages_rsa_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_cryptoerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L82", "weight": 1.0}, {"source": "pkcs1_cryptoerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_decryptionerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L86", "weight": 1.0}, {"source": "pkcs1_decryptionerror", "target": "pkcs1_cryptoerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L86", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_verificationerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L90", "weight": 1.0}, {"source": "pkcs1_verificationerror", "target": "pkcs1_cryptoerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L90", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_pad_for_encryption", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L94", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_pad_for_signing", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L139", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_encrypt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L172", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_decrypt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L204", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_sign_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L287", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_sign", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L320", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_verify", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L342", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_find_signature_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L380", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_yield_fixedblocks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L399", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_compute_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L420", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "pkcs1_find_method_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L448", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pkcs1_py", "target": "doctest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L475", "weight": 1.0}, {"source": "pkcs1_encrypt", "target": "pkcs1_pad_for_encryption", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L195", "weight": 1.0}, {"source": "pkcs1_decrypt", "target": "pkcs1_decryptionerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L265", "weight": 1.0}, {"source": "pkcs1_sign_hash", "target": "pkcs1_pad_for_signing", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L311", "weight": 1.0}, {"source": "pkcs1_sign", "target": "pkcs1_compute_hash", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L338", "weight": 1.0}, {"source": "pkcs1_sign", "target": "pkcs1_sign_hash", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L339", "weight": 1.0}, {"source": "pkcs1_verify", "target": "pkcs1_find_method_hash", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L363", "weight": 1.0}, {"source": "pkcs1_verify", "target": "pkcs1_compute_hash", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L364", "weight": 1.0}, {"source": "pkcs1_verify", "target": "pkcs1_pad_for_signing", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L368", "weight": 1.0}, {"source": "pkcs1_verify", "target": "pkcs1_verificationerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L371", "weight": 1.0}, {"source": "pkcs1_find_signature_hash", "target": "pkcs1_find_method_hash", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L396", "weight": 1.0}, {"source": "pkcs1_compute_hash", "target": "pkcs1_yield_fixedblocks", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L442", "weight": 1.0}, {"source": "pkcs1_find_method_hash", "target": "pkcs1_verificationerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L460", "weight": 1.0}, {"source": "pkcs1_rationale_83", "target": "pkcs1_cryptoerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L83", "weight": 1.0}, {"source": "pkcs1_rationale_87", "target": "pkcs1_decryptionerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L87", "weight": 1.0}, {"source": "pkcs1_rationale_91", "target": "pkcs1_verificationerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L91", "weight": 1.0}, {"source": "pkcs1_rationale_95", "target": "pkcs1_pad_for_encryption", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L95", "weight": 1.0}, {"source": "pkcs1_rationale_140", "target": "pkcs1_pad_for_signing", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L140", "weight": 1.0}, {"source": "pkcs1_rationale_173", "target": "pkcs1_encrypt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L173", "weight": 1.0}, {"source": "pkcs1_rationale_205", "target": "pkcs1_decrypt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L205", "weight": 1.0}, {"source": "pkcs1_rationale_288", "target": "pkcs1_sign_hash", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L288", "weight": 1.0}, {"source": "pkcs1_rationale_321", "target": "pkcs1_sign", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L321", "weight": 1.0}, {"source": "pkcs1_rationale_343", "target": "pkcs1_verify", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L343", "weight": 1.0}, {"source": "pkcs1_rationale_381", "target": "pkcs1_find_signature_hash", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L381", "weight": 1.0}, {"source": "pkcs1_rationale_400", "target": "pkcs1_yield_fixedblocks", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L400", "weight": 1.0}, {"source": "pkcs1_rationale_421", "target": "pkcs1_compute_hash", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L421", "weight": 1.0}, {"source": "pkcs1_rationale_449", "target": "pkcs1_find_method_hash", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L449", "weight": 1.0}], "raw_calls": [{"caller_nid": "pkcs1_pad_for_encryption", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L110"}, {"caller_nid": "pkcs1_pad_for_encryption", "callee": "OverflowError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L113"}, {"caller_nid": "pkcs1_pad_for_encryption", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L124"}, {"caller_nid": "pkcs1_pad_for_encryption", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L125"}, {"caller_nid": "pkcs1_pad_for_encryption", "callee": "urandom", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L130"}, {"caller_nid": "pkcs1_pad_for_encryption", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L131"}, {"caller_nid": "pkcs1_pad_for_encryption", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L134"}, {"caller_nid": "pkcs1_pad_for_encryption", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L136"}, {"caller_nid": "pkcs1_pad_for_signing", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L159"}, {"caller_nid": "pkcs1_pad_for_signing", "callee": "OverflowError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L162"}, {"caller_nid": "pkcs1_pad_for_signing", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L169"}, {"caller_nid": "pkcs1_encrypt", "callee": "byte_size", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L194"}, {"caller_nid": "pkcs1_encrypt", "callee": "bytes2int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L197"}, {"caller_nid": "pkcs1_encrypt", "callee": "encrypt_int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L198"}, {"caller_nid": "pkcs1_encrypt", "callee": "int2bytes", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L199"}, {"caller_nid": "pkcs1_decrypt", "callee": "byte_size", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L255"}, {"caller_nid": "pkcs1_decrypt", "callee": "bytes2int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L256"}, {"caller_nid": "pkcs1_decrypt", "callee": "blinded_decrypt", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L257"}, {"caller_nid": "pkcs1_decrypt", "callee": "int2bytes", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L258"}, {"caller_nid": "pkcs1_decrypt", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L263"}, {"caller_nid": "pkcs1_decrypt", "callee": "compare_digest", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L268"}, {"caller_nid": "pkcs1_decrypt", "callee": "find", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L271"}, {"caller_nid": "pkcs1_sign_hash", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L305"}, {"caller_nid": "pkcs1_sign_hash", "callee": "byte_size", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L310"}, {"caller_nid": "pkcs1_sign_hash", "callee": "bytes2int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L313"}, {"caller_nid": "pkcs1_sign_hash", "callee": "blinded_encrypt", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L314"}, {"caller_nid": "pkcs1_sign_hash", "callee": "int2bytes", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L315"}, {"caller_nid": "pkcs1_verify", "callee": "byte_size", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L357"}, {"caller_nid": "pkcs1_verify", "callee": "bytes2int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L358"}, {"caller_nid": "pkcs1_verify", "callee": "decrypt_int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L359"}, {"caller_nid": "pkcs1_verify", "callee": "int2bytes", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L360"}, {"caller_nid": "pkcs1_verify", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L370"}, {"caller_nid": "pkcs1_find_signature_hash", "callee": "byte_size", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L391"}, {"caller_nid": "pkcs1_find_signature_hash", "callee": "bytes2int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L392"}, {"caller_nid": "pkcs1_find_signature_hash", "callee": "decrypt_int", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L393"}, {"caller_nid": "pkcs1_find_signature_hash", "callee": "int2bytes", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L394"}, {"caller_nid": "pkcs1_yield_fixedblocks", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L408"}, {"caller_nid": "pkcs1_yield_fixedblocks", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L410"}, {"caller_nid": "pkcs1_compute_hash", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L432"}, {"caller_nid": "pkcs1_compute_hash", "callee": "method", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L435"}, {"caller_nid": "pkcs1_compute_hash", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L437"}, {"caller_nid": "pkcs1_compute_hash", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L438"}, {"caller_nid": "pkcs1_compute_hash", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L440"}, {"caller_nid": "pkcs1_compute_hash", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L440"}, {"caller_nid": "pkcs1_compute_hash", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L443"}, {"caller_nid": "pkcs1_compute_hash", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L445"}, {"caller_nid": "pkcs1_find_method_hash", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pkcs1.py", "source_location": "L456"}]} |