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

Simplify downstream integration #4

Merged
merged 2 commits into from
May 12, 2024
Merged

Conversation

bhess
Copy link
Contributor

@bhess bhess commented May 9, 2024

  • adds META.yml files
  • adds new api: crypto_sign_signature and crypto_sign_verify
  • adds namespacing
  • converts CRLF to LF
  • fixes for big-endian
  • changes types from 'unsigned long long' to size_t
  • fixes for strict compilers
  • ensures newlines at end of files

- adds new api: crypto_sign_signature and crypto_sign_verify
- adds namespacing
- converts CRLF to LF
- fixes for big-endian
- changes types from 'unsigned long long' to size_t
- fixes for strict compilers
- ensures newlines at end of files
Copy link
Contributor

@mkannwischer mkannwischer left a comment

Choose a reason for hiding this comment

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

Thanks @bhess for the integration into liboqs - that's going to be very useful for many people. The changes look mostly good to me.

Tested this PR downstream in https://github.com/PQCMayo/MAYO-M4.
It only requires some minor changes: https://github.com/PQCMayo/MAYO-M4/tree/liboqs-integration

Since you changed to size_t, you can remove the cases in the api.c

src/mayo_1/api.c Outdated Show resolved Hide resolved
@bhess
Copy link
Contributor Author

bhess commented May 12, 2024

Thanks @mkannwischer, I removed the PQM4 cases from api.c/.h.

@bhess bhess merged commit fc9079f into nibbling-mayo May 12, 2024
3 checks passed
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.

None yet

2 participants