Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 971 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 971 Bytes

Contributing

ZCrypto is an open-source project and welcomes contributions.

Goals

The primary goal of ZCrypto is to be able to analyze existing cryptographic systems, rather than to provide cryptographic security to production systems. Please keep this in mind when requesting or developing new features.

Style

ZCrypto attempts to follow Go best practices for coding style and documentation. Please run goimports on your code before submitting any pull requests. Run gometalinter and attend to any easy-to-fix lints. We don't expect all code to be lint free (especially if it's a part of an existing package), but new code shouldn't be full of linter warnings. Documentation is automatically generated based on comments and hosted on godoc, so pay extra attention to lints about comment quality.