-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing_and_Development
GALIH RIDHO UTOMO edited this page Jun 2, 2025
·
4 revisions
- Fork the repository
- Create a feature branch
git checkout -b feature/your_feature-
Implement changes
- Add or fix primitives/pseudo-code as needed.
- Add unit tests for any new functionality.
-
Run tests in all supported languages.
-
Commit & push, then open a pull request.
- Python: Follow [PEP 8](https://www.python.org/dev/peps/pep-0008/).
- JavaScript: Follow [StandardJS](https://standardjs.com/) style.
- Ruby: Follow the [Ruby Style Guide](https://rubystyle.guide/).
- C#: Follow .NET coding conventions.
- Java: Follow official Java conventions (Google Java Style or similar).
- For any new API, include inline docstrings/comments.
- Update the Wiki pages if you add new features or parameters.
- Maintain consistency in mathematical notation across languages.
© 2025 pqcrypto. Maintained by the pqcrypto team.
- GitHub Repository
- Readme source:
README.md - If you have questions or suggestions, please open an issue or pull request on the repository.