🌐 Big Integer Arithmetic Library & Discrete Logarithm Calculator

Visit P.A.N.D.A.’s PUBAO Homepage
This repository provides implementations of Big Integer operations and Discrete Logarithm Problem calculators.
- DLP_calculator/
- hash/
- hash.c
- hash.h
- main.c
- Makefile
- images/
- Tests/
- Views/
- compare_chart.py
- DIV_compare_chart.py
- FastRed_compare_chart.py
- MUL_compare_chart.py
- SQU_compare_chart.py
- success_chart.py
- .gitignore
- arithmetic.h
- arithmetic.c
- config.h
- Doxyfile
- Doxyfile.bak
- libpubao.a
- LICENSE.md
- main.c
- Makefile
- README.md
- utils.c
- utils.h
📌 Table of Contents
🛠 Installation
C
git clone https://github.com/Hacker-Code-J/DLP_calculator.git
cd DLP_calculator
make rebuild
make success
💡 Usage
C
📖 Docs
📁 Dive deeper with the docs/ directory.
🤝 Contributing
🖋 Want to contribute? Awesome! Please refer to CONTRIBUTING.md
.
📜 License
🔐 This project is under a license. Kindly check the LICENSE file.