1 line
9.1 KiB
JSON
1 line
9.1 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "label": "rfc6979.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L1"}, {"id": "rfc6979_bits2int", "label": "bits2int()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L23"}, {"id": "rfc6979_bits2octets", "label": "bits2octets()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L32"}, {"id": "rfc6979_generate_k", "label": "generate_k()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L43"}, {"id": "rfc6979_rationale_1", "label": "RFC 6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L1"}, {"id": "rfc6979_rationale_44", "label": "Generate the ``k`` value - the nonce for DSA. :param int order: order of th", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L44"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "target": "hmac", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "target": "binascii", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "target": "backend_venv_lib_python3_12_site_packages_ecdsa_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_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/rfc6979.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "target": "rfc6979_bits2int", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "target": "rfc6979_bits2octets", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "target": "rfc6979_generate_k", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L43", "weight": 1.0}, {"source": "rfc6979_bits2octets", "target": "rfc6979_bits2int", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L33", "weight": 1.0}, {"source": "rfc6979_generate_k", "target": "rfc6979_bits2octets", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L63", "weight": 1.0}, {"source": "rfc6979_generate_k", "target": "rfc6979_bits2int", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L105", "weight": 1.0}, {"source": "rfc6979_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_ecdsa_rfc6979_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L1", "weight": 1.0}, {"source": "rfc6979_rationale_44", "target": "rfc6979_generate_k", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L44", "weight": 1.0}], "raw_calls": [{"caller_nid": "rfc6979_bits2int", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L24"}, {"caller_nid": "rfc6979_bits2int", "callee": "hexlify", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L24"}, {"caller_nid": "rfc6979_bits2int", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L25"}, {"caller_nid": "rfc6979_bits2octets", "callee": "bit_length", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L33"}, {"caller_nid": "rfc6979_bits2octets", "callee": "number_to_string_crop", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L39"}, {"caller_nid": "rfc6979_generate_k", "callee": "bit_length", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L58"}, {"caller_nid": "rfc6979_generate_k", "callee": "hash_func", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L59"}, {"caller_nid": "rfc6979_generate_k", "callee": "hmac_compat", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L62"}, {"caller_nid": "rfc6979_generate_k", "callee": "number_to_string", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L62"}, {"caller_nid": "rfc6979_generate_k", "callee": "hmac_compat", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L63"}, {"caller_nid": "rfc6979_generate_k", "callee": "hmac_compat", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L64"}, {"caller_nid": "rfc6979_generate_k", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L75"}, {"caller_nid": "rfc6979_generate_k", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L76"}, {"caller_nid": "rfc6979_generate_k", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L78"}, {"caller_nid": "rfc6979_generate_k", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L79"}, {"caller_nid": "rfc6979_generate_k", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L82"}, {"caller_nid": "rfc6979_generate_k", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L82"}, {"caller_nid": "rfc6979_generate_k", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L85"}, {"caller_nid": "rfc6979_generate_k", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L86"}, {"caller_nid": "rfc6979_generate_k", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L88"}, {"caller_nid": "rfc6979_generate_k", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L89"}, {"caller_nid": "rfc6979_generate_k", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L92"}, {"caller_nid": "rfc6979_generate_k", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L92"}, {"caller_nid": "rfc6979_generate_k", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L100"}, {"caller_nid": "rfc6979_generate_k", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L101"}, {"caller_nid": "rfc6979_generate_k", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L101"}, {"caller_nid": "rfc6979_generate_k", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L112"}, {"caller_nid": "rfc6979_generate_k", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L112"}, {"caller_nid": "rfc6979_generate_k", "callee": "digest", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L113"}, {"caller_nid": "rfc6979_generate_k", "callee": "new", "source_file": "backend/venv/lib/python3.12/site-packages/ecdsa/rfc6979.py", "source_location": "L113"}]} |