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

Use wide crate for Block abstraction #10

Open
robinhundt opened this issue Feb 1, 2024 · 0 comments
Open

Use wide crate for Block abstraction #10

robinhundt opened this issue Feb 1, 2024 · 0 comments

Comments

@robinhundt
Copy link
Collaborator

ZappOT contains a 128-Bit Block abstraction which internally uses a u128. Operations on this type should vectorize, but to be on the safe side, we can use the crate wide. It has explicit SIMD implementations of operations such as Add and Xor on platforms where these are available, and falls back to scalar implementations otherwise.

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

No branches or pull requests

1 participant