aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
blob: 3e85b0b8625ea611f2cae33196783fbc359c553a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
How to contribute
=================
First and most important: Submit issues !

If you want to contribute, please fork the repo, and send us a pull request with
your changes.

Tests and cabal flags
---------------------
For this project we use the standard hunit/quickcheck tests.
If you want to submit a new feature, please try to integrate at least
*some* tests.

Code style
----------
We do not impose any specific style of code, but you can improve your code
by running it through `hlint`.

Crypto analysis
---------------
This library has **not** been audited by security experts !
It relies on an existing implementation and crypto libraries.

Any analysis is welcome, and I will gladly merge it.