-
Notifications
You must be signed in to change notification settings - Fork 9
NIST Round 2 #8
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
Merged
Merged
NIST Round 2 #8
Conversation
This file contains hidden or 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
Co-authored-by: Ward Beullens <[email protected]> Co-authored-by: Fabio Campos <[email protected]> Co-authored-by: Sofía Celi <[email protected]> Co-authored-by: Basil Hess <[email protected]> Co-authored-by: Matthias J. Kannwischer <[email protected]>
Co-authored-by: Ward Beullens <[email protected]> Co-authored-by: Fabio Campos <[email protected]> Co-authored-by: Sofía Celi <[email protected]> Co-authored-by: Basil Hess <[email protected]> Co-authored-by: Matthias J. Kannwischer <[email protected]>
Add NIBBLING_MAYO.md
* - 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 - remove PQM4 defines from api, using size_t
Optimize matrix multiplication in sign Blocker values in critical sections for newer clang versions and untested configurations Co-authored-by: Ward Beullens <[email protected]> Co-authored-by: Basil Hess <[email protected]>
* Add NEON boilerplate * Add mul_add_mat_x_m_mat for neon * Add mul_add_mat_trans_x_m_mat for neon * Add mul_add_m_upper_triangular_mat_x_mat for neon * Add mul_add_m_upper_triangular_mat_x_mat_trans for neon * -O^t * (P1*O + P2) with AVX2 technique * Improve V*P1*V^t & V*L * Add mayo_12_P1P1t_times_O_neon * Add S*P*S^t * Remove old neon implementation * Adapt AVX's EF ot Neon * Adapt Christer Knorborg's Neon AES * Finish Mayo3 for Neon * Finish Mayo5 for Neon * Remove accidentally added neon header dependency * Add Neon to README * Add m1cycles * Uses vsliq_n_u8 when accumulating odd/even results * Remove useless old matrix code * Make it work with RPi4 * Fix license issues * add action for macos-latest --------- Co-authored-by: Basil Hess <[email protected]>
Co-authored-by: Ward Beullens <[email protected]> Co-authored-by: Fabio Campos <[email protected]> Co-authored-by: Sofía Celi <[email protected]> Co-authored-by: Basil Hess <[email protected]> Co-authored-by: Matthias J. Kannwischer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.