-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8105b1b
commit 5421978
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# A note on the security of the included implementations and schemes | ||
|
||
This project contains (reference) implementations of cryptographic libraries. | ||
We do not make any security claims about the code included in [PQClean][pqclean] or packaged by [rustpq][rustpq]. | ||
In the current state, we distribute reference implementations with minor modifications. | ||
We did not perform any extensive security analyses. | ||
This code is suitable for experimental or scientific use. | ||
We recommend careful expert code review before using any of the included implementations in production environments. | ||
|
||
See also the [NIST PQC Forum][forum] for discussion about the cryptographic schemes included in PQClean. | ||
|
||
[pqclean]: https://github.com/PQClean/ | ||
[forum]: https://csrc.nist.gov/Projects/Post-Quantum-Cryptography/Email-List | ||
[rustpq]: https://github.com/rustpq/ |