forked from open-quantum-safe/liboqs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Rainbow from PQClean (open-quantum-safe#662)
* Add Rainbow from PQClean * Adapt CircleCI config to handle larger number of local files
- Loading branch information
Showing
230 changed files
with
18,259 additions
and
69 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
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
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
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
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
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,36 @@ | ||
liboqs algorithm datasheet: `sig_rainbow` | ||
========================================= | ||
|
||
Summary | ||
------- | ||
|
||
- **Name**: Rainbow | ||
- **Algorithm type**: signature | ||
- **Main cryptographic assumption**: multivariable polynomials, unbalanced oil and vinegatr | ||
- **NIST submission URL**: https://csrc.nist.gov/CSRC/media/Projects/Post-Quantum-Cryptography/documents/round-2/submissions/Rainbow-Round2.zip | ||
- **Submitters (to NIST competition)**: Jintai Ding, Ming-Shing Chen, Albrecht Petzoldt, Dieter Schmidt, Bo-Yin Yang | ||
- **Added to liboqs by**: Douglas Stebila | ||
|
||
Parameter sets | ||
-------------- | ||
|
||
| Parameter set | Security model | Claimed NIST security level | Public key size (bytes) | Secret key size (bytes) | Signature size (bytes) | | ||
|--------------------------------|:--------------:|:---------------------------:|:-----------------------:|:-----------------------:|:----------------------:| | ||
| Rainbow-Ia-Classic | EUF-CMA | 1 | 148992 | 92960 | 64 | | ||
| Rainbow-Ia-Cyclic | EUF-CMA | 1 | 58144 | 92960 | 64 | | ||
| Rainbow-Ia-Cyclic-Compressed | EUF-CMA | 1 | 58144 | 64 | 64 | | ||
| Rainbow-IIIc-Classic | EUF-CMA | 3 | 710640 | 511448 | 156 | | ||
| Rainbow-IIIc-Cyclic | EUF-CMA | 3 | 206744 | 511448 | 156 | | ||
| Rainbow-IIIc-Cyclic-Compressed | EUF-CMA | 3 | 206744 | 64 | 156 | | ||
| Rainbow-Vc-Classic | EUF-CMA | 5 | 1705536 | 1227104 | 204 | | ||
| Rainbow-Vc-Cyclic | EUF-CMA | 5 | 491936 | 1227104 | 204 | | ||
| Rainbow-Vc-Cyclic-Compressed | EUF-CMA | 5 | 491936 | 64 | 204 | | ||
|
||
Implementation | ||
-------------- | ||
|
||
- **Source of implementation:** https://github.com/PQClean/PQClean | ||
- **Implementation version:** https://github.com/PQClean/PQClean/commit/9023fef55861faccd82146cf599b9e46fb9606aa | ||
- **License:** CC0 1.0 | ||
- **Language:** C | ||
- **Constant-time:** Yes |
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
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
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
Oops, something went wrong.