diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/restricted/aws/s2n/pq-crypto/bike_r2/README.md | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/aws/s2n/pq-crypto/bike_r2/README.md')
-rw-r--r-- | contrib/restricted/aws/s2n/pq-crypto/bike_r2/README.md | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/contrib/restricted/aws/s2n/pq-crypto/bike_r2/README.md b/contrib/restricted/aws/s2n/pq-crypto/bike_r2/README.md index 91d4b27ce4..cd6824b25b 100644 --- a/contrib/restricted/aws/s2n/pq-crypto/bike_r2/README.md +++ b/contrib/restricted/aws/s2n/pq-crypto/bike_r2/README.md @@ -1,37 +1,37 @@ -BIKE-1 - Additional implementation of "BIKE: Bit Flipping Key Encapsulation". ------------------------------------------------------------------------------ - -This package is an "additional optimized" implementation of the Round-2 -variant of BIKE-1. - -BIKE is a submission to the Post-Quantum Cryptography -Standardization project http://csrc.nist.gov/projects/post-quantum-cryptography. - -The official BIKE website is: https://bikesuite.org - -This package offers a constant time implementations of Round-2 BIKE-1. -- A portable implementation that requires libcrypto.a (e.g., of OpenSSL) for AES256 and SHA384. - -The optimizations in this package are based on the papers: -[1] Nir Drucker, Shay Gueron, "A Toolbox for Software Optimization of QC-MDPC - Code-Based Cryptosystems." Journal of Cryptographic Engineering, January 2019, - 1–17 https://doi.org/10.1007/s13389-018-00200-4. - -[2] Chou, T.: QcBits: Constant-Time Small-Key Code-Based Cryptography. In: Gier-lichs, B., - Poschmann, A.Y. (eds.) Cryptographic Hardware and Embedded Systems– CHES 2016. pp. 280–300. - Springer Berlin Heidelberg, Berlin, Heidelberg (2016) - -[3] Guimarães, Antonio, Diego F Aranha, and Edson Borin. 2019. - “Optimized Implementation of QC-MDPC Code-Based Cryptography.” - Concurrency and Computation: Practice and Experience 31 (18): e5089. - https://doi.org/10.1002/cpe.5089. - -The decoder (in decoder/decoder.c) algorithm is the Black-Gray decoder included -in the early submission of CAKE (due to N. Sandrier and R. Misoczki). - -The analysis for the constant time implementation is given in: -[4] Nir Drucker, Shay Gueron, and Dusan Kostic, - "On constant-time QC-MDPC decoding with negligible failure rate", ePrint, 2019. - -The code is due to Nir Drucker, Shay Gueron (and Dusan Kostic for the Round-2 flows). - +BIKE-1 - Additional implementation of "BIKE: Bit Flipping Key Encapsulation". +----------------------------------------------------------------------------- + +This package is an "additional optimized" implementation of the Round-2 +variant of BIKE-1. + +BIKE is a submission to the Post-Quantum Cryptography +Standardization project http://csrc.nist.gov/projects/post-quantum-cryptography. + +The official BIKE website is: https://bikesuite.org + +This package offers a constant time implementations of Round-2 BIKE-1. +- A portable implementation that requires libcrypto.a (e.g., of OpenSSL) for AES256 and SHA384. + +The optimizations in this package are based on the papers: +[1] Nir Drucker, Shay Gueron, "A Toolbox for Software Optimization of QC-MDPC + Code-Based Cryptosystems." Journal of Cryptographic Engineering, January 2019, + 1–17 https://doi.org/10.1007/s13389-018-00200-4. + +[2] Chou, T.: QcBits: Constant-Time Small-Key Code-Based Cryptography. In: Gier-lichs, B., + Poschmann, A.Y. (eds.) Cryptographic Hardware and Embedded Systems– CHES 2016. pp. 280–300. + Springer Berlin Heidelberg, Berlin, Heidelberg (2016) + +[3] Guimarães, Antonio, Diego F Aranha, and Edson Borin. 2019. + “Optimized Implementation of QC-MDPC Code-Based Cryptography.” + Concurrency and Computation: Practice and Experience 31 (18): e5089. + https://doi.org/10.1002/cpe.5089. + +The decoder (in decoder/decoder.c) algorithm is the Black-Gray decoder included +in the early submission of CAKE (due to N. Sandrier and R. Misoczki). + +The analysis for the constant time implementation is given in: +[4] Nir Drucker, Shay Gueron, and Dusan Kostic, + "On constant-time QC-MDPC decoding with negligible failure rate", ePrint, 2019. + +The code is due to Nir Drucker, Shay Gueron (and Dusan Kostic for the Round-2 flows). + |