Add remark about running astyle to contributing

See #60
This commit is contained in:
Thom Wiggers 2019-02-28 17:00:57 +01:00
parent e39dec0919
commit 98a6f2cf38
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 001BB0A7CE26E363

Vedi File

@ -44,6 +44,10 @@ See the section [API](#API) below.
1. Make sure all symbols are prefixed with `PQCLEAN_YOURSCHEME_CLEAN_`.
2. Include `api.h` into your scheme with the symbols specified in the section [API](#API).
3. We use `astyle` to format code. You may consider running the following command on your submission:
```
astyle --project crypto_kem/yourschemename/clean/*.[ch]
```
5. Create `Makefile` and `Makefile.Microsoft_nmake` files to compile your scheme as static library.
* We suggest you copy these from `crypto_kem/kyber768/clean` and modify them to suit your scheme.