Contributing_and_Development - galihru/pqcrypto GitHub Wiki

Contributing & Development

  1. Fork the repository
  2. Create a feature branch
  git checkout -b feature/your_feature
  1. Implement changes

    • Add or fix primitives/pseudo-code as needed.
    • Add unit tests for any new functionality.
  2. Run tests in all supported languages.

  3. Commit & push, then open a pull request.


Coding Conventions

Documentation

  • 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.

Back to Home | Footer