瀏覽代碼

Document AES key schedule release

[skip ci]
tags/v0.0.1
Douglas Stebila 5 年之前
父節點
當前提交
f21a1b7e24
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      CONTRIBUTING.md

+ 1
- 0
CONTRIBUTING.md 查看文件

@@ -57,6 +57,7 @@ See the section [API](#API) below.
astyle --project crypto_kem/yourschemename/clean/*.[ch]
```
4. You may run the tests in the `tests/` folder. See the `README` for how to run the test suite.
5. Migrate your use of AES, SHA-2, and SHA-3 to the API in the `common` directory. Note that if you use the AES API, you must use the `aes128_keyexp` routine (or 192 or 256) to expand the key into a key schedule object, then use `aes128_ctx_release` to release the key schedule object once you're finished with it.

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.


Loading…
取消
儲存