1 line
22 KiB
JSON
1 line
22 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "label": "eddsa.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L1"}, {"id": "eddsa_sha512", "label": "_sha512()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L40"}, {"id": "eddsa_shake256", "label": "_shake256()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L73"}, {"id": "eddsa_publickey", "label": "PublicKey", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L83"}, {"id": "object", "label": "object", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "eddsa_publickey_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L86"}, {"id": "eddsa_publickey_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L105"}, {"id": "eddsa_publickey_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L112"}, {"id": "eddsa_point", "label": "point()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L116"}, {"id": "eddsa_publickey_public_point", "label": ".public_point()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L125"}, {"id": "eddsa_publickey_public_key", "label": ".public_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L128"}, {"id": "eddsa_publickey_verify", "label": ".verify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L131"}, {"id": "eddsa_privatekey", "label": "PrivateKey", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L162"}, {"id": "eddsa_privatekey_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L165"}, {"id": "eddsa_private_key", "label": "private_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L186"}, {"id": "eddsa_privatekey_eq", "label": ".__eq__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L189"}, {"id": "eddsa_privatekey_ne", "label": ".__ne__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L197"}, {"id": "eddsa_privatekey_key_prune", "label": "._key_prune()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L200"}, {"id": "eddsa_privatekey_public_key", "label": ".public_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L220"}, {"id": "eddsa_privatekey_sign", "label": ".sign()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L233"}, {"id": "eddsa_rationale_1", "label": "Implementation of Edwards Digital Signature Algorithm.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L1"}, {"id": "eddsa_rationale_84", "label": "Public key for the Edwards Digital Signature Algorithm.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L84"}, {"id": "eddsa_rationale_132", "label": "Verify a Pure EdDSA signature over data.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L132"}, {"id": "eddsa_rationale_163", "label": "Private key for the Edwards Digital Signature Algorithm.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L163"}, {"id": "eddsa_rationale_221", "label": "Generate the public key based on the included private key", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L221"}, {"id": "eddsa_rationale_234", "label": "Perform a Pure EdDSA signature over data.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L234"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "backend_venv_lib_python3_12_site_packages_ecdsa_sha3_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "backend_venv_lib_python3_12_site_packages_ecdsa_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "backend_venv_lib_python3_12_site_packages_ecdsa_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "eddsa_sha512", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "eddsa_shake256", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "eddsa_publickey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L83", "weight": 1.0}, {"source": "eddsa_publickey", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L83", "weight": 1.0}, {"source": "eddsa_publickey", "target": "eddsa_publickey_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L86", "weight": 1.0}, {"source": "eddsa_publickey", "target": "eddsa_publickey_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L105", "weight": 1.0}, {"source": "eddsa_publickey", "target": "eddsa_publickey_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L112", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "eddsa_point", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L116", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "eddsa_point", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L120", "weight": 1.0}, {"source": "eddsa_publickey", "target": "eddsa_publickey_public_point", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L125", "weight": 1.0}, {"source": "eddsa_publickey", "target": "eddsa_publickey_public_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L128", "weight": 1.0}, {"source": "eddsa_publickey", "target": "eddsa_publickey_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L131", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "eddsa_privatekey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L162", "weight": 1.0}, {"source": "eddsa_privatekey", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L162", "weight": 1.0}, {"source": "eddsa_privatekey", "target": "eddsa_privatekey_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L165", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "target": "eddsa_private_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L186", "weight": 1.0}, {"source": "eddsa_privatekey", "target": "eddsa_privatekey_eq", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L189", "weight": 1.0}, {"source": "eddsa_privatekey", "target": "eddsa_privatekey_ne", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L197", "weight": 1.0}, {"source": "eddsa_privatekey", "target": "eddsa_privatekey_key_prune", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L200", "weight": 1.0}, {"source": "eddsa_privatekey", "target": "eddsa_privatekey_public_key", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L220", "weight": 1.0}, {"source": "eddsa_privatekey", "target": "eddsa_privatekey_sign", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L233", "weight": 1.0}, {"source": "eddsa_privatekey_init", "target": "eddsa_privatekey_key_prune", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L181", "weight": 1.0}, {"source": "eddsa_privatekey_public_key", "target": "eddsa_publickey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L227", "weight": 1.0}, {"source": "eddsa_privatekey_sign", "target": "eddsa_privatekey_public_key", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L236", "weight": 1.0}, {"source": "eddsa_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_ecdsa_eddsa_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L1", "weight": 1.0}, {"source": "eddsa_rationale_84", "target": "eddsa_publickey", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L84", "weight": 1.0}, {"source": "eddsa_rationale_132", "target": "eddsa_publickey_verify", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L132", "weight": 1.0}, {"source": "eddsa_rationale_163", "target": "eddsa_privatekey", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L163", "weight": 1.0}, {"source": "eddsa_rationale_221", "target": "eddsa_privatekey_public_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L221", "weight": 1.0}, {"source": "eddsa_rationale_234", "target": "eddsa_privatekey_sign", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L234", "weight": 1.0}], "raw_calls": [{"caller_nid": "eddsa_sha512", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L41"}, {"caller_nid": "eddsa_sha512", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L41"}, {"caller_nid": "eddsa_sha512", "callee": "compat26_str", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L41"}, {"caller_nid": "eddsa_shake256", "callee": "shake_256", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L74"}, {"caller_nid": "eddsa_publickey_init", "callee": "curve", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L88"}, {"caller_nid": "eddsa_publickey_init", "callee": "bit_length", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L91"}, {"caller_nid": "eddsa_publickey_init", "callee": "p", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L91"}, {"caller_nid": "eddsa_publickey_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L92"}, {"caller_nid": "eddsa_publickey_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L93"}, {"caller_nid": "eddsa_publickey_init", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L94"}, {"caller_nid": "eddsa_publickey_init", "callee": "from_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L101"}, {"caller_nid": "eddsa_publickey_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L106"}, {"caller_nid": "eddsa_point", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L122"}, {"caller_nid": "eddsa_publickey_verify", "callee": "compat26_str", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L133"}, {"caller_nid": "eddsa_publickey_verify", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L134"}, {"caller_nid": "eddsa_publickey_verify", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L135"}, {"caller_nid": "eddsa_publickey_verify", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L136"}, {"caller_nid": "eddsa_publickey_verify", "callee": "from_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L140"}, {"caller_nid": "eddsa_publickey_verify", "callee": "bytes_to_int", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L143"}, {"caller_nid": "eddsa_publickey_verify", "callee": "order", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L144"}, {"caller_nid": "eddsa_publickey_verify", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L145"}, {"caller_nid": "eddsa_publickey_verify", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L147"}, {"caller_nid": "eddsa_publickey_verify", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L149"}, {"caller_nid": "eddsa_publickey_verify", "callee": "bytes_to_int", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L151"}, {"caller_nid": "eddsa_publickey_verify", "callee": "hash_func", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L152"}, {"caller_nid": "eddsa_publickey_verify", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L152"}, {"caller_nid": "eddsa_publickey_verify", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L157"}, {"caller_nid": "eddsa_privatekey_init", "callee": "curve", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L167"}, {"caller_nid": "eddsa_privatekey_init", "callee": "bit_length", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L169"}, {"caller_nid": "eddsa_privatekey_init", "callee": "p", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L169"}, {"caller_nid": "eddsa_privatekey_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L170"}, {"caller_nid": "eddsa_privatekey_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L171"}, {"caller_nid": "eddsa_privatekey_init", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L172"}, {"caller_nid": "eddsa_privatekey_init", "callee": "bytes", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L176"}, {"caller_nid": "eddsa_privatekey_init", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L177"}, {"caller_nid": "eddsa_privatekey_init", "callee": "hash_func", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L177"}, {"caller_nid": "eddsa_privatekey_init", "callee": "bytes_to_int", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L182"}, {"caller_nid": "eddsa_privatekey_eq", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L190"}, {"caller_nid": "eddsa_privatekey_key_prune", "callee": "cofactor", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L202"}, {"caller_nid": "eddsa_privatekey_key_prune", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L208"}, {"caller_nid": "eddsa_privatekey_key_prune", "callee": "bit_length", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L212"}, {"caller_nid": "eddsa_privatekey_key_prune", "callee": "p", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L212"}, {"caller_nid": "eddsa_privatekey_public_key", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L228"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "compat26_str", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L235"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L240"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "bytearray", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L242"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "bytes_to_int", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L244"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "hash_func", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L244"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L245"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "bytes_to_int", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L247"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "hash_func", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L247"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "order", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L248"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "order", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L250"}, {"caller_nid": "eddsa_privatekey_sign", "callee": "int_to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/eddsa.py", "source_location": "L252"}]} |