{"id":19921050,"url":"https://github.com/hacker-code-j/dlp_calculator","last_synced_at":"2025-08-14T04:18:09.967Z","repository":{"id":203883239,"uuid":"708155680","full_name":"Hacker-Code-J/DLP_calculator","owner":"Hacker-Code-J","description":"2023-2 Advanced Application Programming","archived":false,"fork":false,"pushed_at":"2023-12-10T06:25:37.000Z","size":12287,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T23:46:54.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hacker-code-j.notion.site/2023-Fall-AAP-Team-3-P-A-N-D-A-FUBAO-8a09720a080c4ad5859913331f832d55?pvs=4","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hacker-Code-J.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-21T17:30:32.000Z","updated_at":"2024-11-18T08:36:16.000Z","dependencies_parsed_at":"2023-12-10T07:25:19.745Z","dependency_job_id":"3886b215-2ab4-4be0-b5f3-ffd895242dbe","html_url":"https://github.com/Hacker-Code-J/DLP_calculator","commit_stats":null,"previous_names":["hacker-code-j/dlp_calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Code-J%2FDLP_calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Code-J%2FDLP_calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Code-J%2FDLP_calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacker-Code-J%2FDLP_calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hacker-Code-J","download_url":"https://codeload.github.com/Hacker-Code-J/DLP_calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241348211,"owners_count":19948157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T22:06:34.933Z","updated_at":"2025-03-01T09:47:14.890Z","avatar_url":"https://github.com/Hacker-Code-J.png","language":"C","readme":"# 🌐 Big Integer Arithmetic Library \u0026 Discrete Logarithm Calculator\n[![Version Badge](https://img.shields.io/badge/version-1.0.0-blue)]() [![License Badge](https://img.shields.io/badge/license-MIT-green)]()\n\n**_Visit [P.A.N.D.A.'s PUBAO Homepage](https://hacker-code-j.notion.site/2023-Fall-AAP-Team-3-P-A-N-D-A-FUBAO-8a09720a080c4ad5859913331f832d55?pvs=4)_**\n\n\nThis repository provides implementations of **Big Integer operations** and **Discrete Logarithm Problem** calculators.\n\n- DLP_calculator/\n    - hash/\n      - hash.c\n      - hash.h\n      - main.c\n      - Makefile\n    - images/\n      - PANDA_logo.png\n    - Tests/\n      - measure.c\n      - measure.h\n    - Views/\n      - compare_chart.py\n      - DIV_compare_chart.py\n      - FastRed_compare_chart.py\n      - MUL_compare_chart.py\n      - SQU_compare_chart.py\n      - success_chart.py\n    - .gitignore\n    - arithmetic.h\n    - arithmetic.c\n    - config.h\n    - Doxyfile\n    - Doxyfile.bak\n    - libpubao.a\n    - LICENSE.md\n    - main.c\n    - Makefile\n    - README.md\n    - utils.c\n    - utils.h\n\n\u003c!-- - big_int_dlp_library/\n    - docs/\n        - installation.md\n        - usage.md\n        - ...\n    - src/\n        - c/\n            - bigint/\n                - bigint.h\n                - bigint.c\n            - dlp/\n                - dlp.h\n                - dlp.c\n        - python/\n            - bigint/\n                - __init__.py\n                - bigint.py\n            - dlp/\n                - __init__.py\n                - dlp.py\n    - tests/\n        - c/\n            - bigint/\n                - test_bigint.c\n            - dlp/\n                - test_dlp.c\n        - python/\n            - bigint/\n                - test_bigint.py\n            - dlp/\n                - test_dlp.py\n    - examples/\n        - c/\n            - example_bigint.c\n            - example_dlp.c\n        - python/\n            - example_bigint.py\n            - example_dlp.py\n    - scripts/\n        - build.sh\n        - test.sh\n    - README.md\n    - LICENSE\n    - .gitignore\n    - setup.py (for the Python package)\n    - Makefile (for the C code compilation) --\u003e\n\n\n## 📌 Table of Contents\n\n- [🌐 Big Integer Arithmetic Library \\\u0026 Discrete Logarithm Calculator](#-big-integer-arithmetic-library--discrete-logarithm-calculator)\n  - [📌 Table of Contents](#-table-of-contents)\n  - [🛠 Installation](#-installation)\n    - [C](#c)\n    - [💡 Usage](#-usage)\n  - [C](#c-1)\n  - [📖 Docs](#-docs)\n  - [🤝 Contributing](#-contributing)\n  - [📜 License](#-license)\n\n## 🛠 Installation\n\n### C\n- **Clone and Build**:\n\n```bash\ngit clone https://github.com/Hacker-Code-J/DLP_calculator.git\ncd DLP_calculator\nmake rebuild\nmake success\n```\n\u003c!-- ### Python\n- **Install via pip**:\n```python\npip install ./path/to/repo\n``` --\u003e\n\n### 💡 Usage\n## C\n- **Big Integer**:\n```bash\n./bigint\n```\n- **DLP**:\n```bash\n./dlp\n```\n\n\u003c!-- ### Python\n1. **Install via pip**:\n```python\nfrom big_int_dlp_library.python import bigint, dlp\n``` --\u003e\n\n## 📖 Docs\n📁 Dive deeper with the [docs/](docs/) directory.\n\n## 🤝 Contributing\n🖋 Want to contribute? Awesome! Please refer to `CONTRIBUTING.md`.\n\n## 📜 License\n🔐 This project is under a license. Kindly check the [LICENSE](LICENSE) file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker-code-j%2Fdlp_calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacker-code-j%2Fdlp_calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker-code-j%2Fdlp_calculator/lists"}