Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 741 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 741 Bytes

Contributing

Third-party contributions to libcrux are welcome, be it in the form of an issue report or a feature request via issues or in the form of new code and documentation via pull requests.

Coding style

In order to help contributors adhere to the style guidelines of this project, we've provided a Python3 script that serves as a Git pre-commit hook.

In addition to Python3, you will also need to install rustfmt and the black formatter to use this hook. Once they're installed, simply run ./git-hooks/setup.py in the project root directory.