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

Updated SIKE to latest upstream commit #1079

Merged
merged 1 commit into from
Aug 28, 2021

Conversation

christianpaquin
Copy link
Contributor

@christianpaquin christianpaquin commented Aug 26, 2021

Updated SIKE to upstream commit effa60, addressing issue 1056: replaces __inline with inline; upstream also catches up to some changes already in OQS (for Apple M1 support).

Fixes #1056.

Copy link
Member

@baentsch baentsch left a comment

Choose a reason for hiding this comment

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

LGTM: Issue resolved, references and docs updated, all tests passed.

Somewhat related and after checking the upstream reference (incl. the M1 support), may I ask what speaks against adding the "FAST" build option too when importing the code to liboqs? It would be great to have it for more representative profiling results.

@christianpaquin
Copy link
Contributor Author

Somewhat related and after checking the upstream reference (incl. the M1 support), may I ask what speaks against adding the "FAST" build option too when importing the code to liboqs? It would be great to have it for more representative profiling results.

Optimizations enabled by the FAST upstream makefile option have been mapped to our build system's optimizations.

@christianpaquin christianpaquin merged commit 8a5c298 into open-quantum-safe:main Aug 28, 2021
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.

inline keyword in SIKE
2 participants