Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS license removal for SIKE #240

Merged
merged 6 commits into from
Sep 10, 2021
Merged

Conversation

jylama99
Copy link

@jylama99 jylama99 commented Sep 9, 2021

Description of changes:

Updated with clear and necessary comments.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jylama99 jylama99 requested review from bbutch and dkostic September 9, 2021 16:04
Copy link
Contributor

@dkostic dkostic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the PR title to reflect the main change in this PR -- license removal.

pq-crypto/EVP_kem.h Outdated Show resolved Hide resolved
which imports code from [SIKE's](https://github.com/microsoft/PQCrypto-SIDH/tree/effa607f244768cdd38f930887076373604eaa78) repository.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this specific commit?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this just so that there is a reference to the original SIKE code, just in case.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean why effa607f244768cdd38f930887076373604eaa78 specifically?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, I am not sure why it kept that I can replace it with this one instead: https://github.com/microsoft/PQCrypto-SIDH

@@ -75,9 +72,9 @@ void eval_4_isog(point_proj_t P, f2elm_t *coeff)
mp2_add(&P->X, &P->Z, t0); // t0 = X+Z
mp2_sub_p2(&P->X, &P->Z, t1); // t1 = X-Z
fp2mul_mont(t0, &coeff[1], &P->X); // X = (X+Z)*coeff[1]
fp2mul_mont(t1, &coeff[2], &P->Z); // Z = (X-Z)*coeff[2]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why all the changes in this file?

Copy link
Author

@jylama99 jylama99 Sep 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought the comments were staggered and I thought they were supposed to be aligned (are they not?)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from the diff it looks to me like they were aligned and now they aren't :)

Copy link
Author

@jylama99 jylama99 Sep 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will go back and double check but I am not sure why they look aligned on my IDE. Update copied spacing from s2n version.

@jylama99 jylama99 changed the title Update with helpful comments AWS license removal for SIKE Sep 10, 2021
@jylama99 jylama99 removed the request for review from bbutch September 10, 2021 16:10
@jylama99 jylama99 merged commit 0505886 into aws:integrate-pq Sep 10, 2021
bbutch pushed a commit to bbutch/aws-lc that referenced this pull request Mar 11, 2022
clean up comments and remove AWS license from SIKE.
bryce-shang pushed a commit that referenced this pull request Mar 11, 2022
clean up comments and remove AWS license from SIKE.
bryce-shang pushed a commit that referenced this pull request Mar 11, 2022
clean up comments and remove AWS license from SIKE.
dkostic pushed a commit to dkostic/aws-lc that referenced this pull request Aug 23, 2022
clean up comments and remove AWS license from SIKE.
jakemas pushed a commit to jakemas/aws-lc that referenced this pull request Nov 1, 2022
clean up comments and remove AWS license from SIKE.
WillChilds-Klein pushed a commit to WillChilds-Klein/aws-lc that referenced this pull request Jan 8, 2025
Adding support for ubuntu10.04/gcc4.1.2 as it is the closest
thing thing to our internal RHEL5 build. The main thing to test
for with this CI dimension is non-C++11 support. This commit
also contains squashed bugs which will allow the build to work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants