Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ Network Trash Folder
Temporary Items
.apdisk
.vscode/settings.json
mlkem_native/test/test_mlkem768
*.o
11 changes: 11 additions & 0 deletions licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ at your option.
https://github.com/trustcrypto/libraries/blob/master/mbedtls-2.4.0/apache-2.0.txt
https://www.apache.org/licenses/LICENSE-2.0

## mlkem-native (ML-KEM / FIPS 203)
https://github.com/pq-code-package/mlkem-native

Licensed under your choice of:

Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
ISC License (https://opensource.org/licenses/ISC)
MIT License (https://opensource.org/licenses/MIT)

Post-Quantum Cryptography Alliance, a project of the Linux Foundation.

## Base64, Sha1, Sha256

https://github.com/B-Con/crypto-algorithms
Expand Down
Loading