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

Implement Constant-time bitsliced AES opt-in #5

Merged
merged 2 commits into from
Sep 2, 2024
Merged

Conversation

sayantn
Copy link
Owner

@sayantn sayantn commented Sep 1, 2024

Added the constant-time feature which turns on bitsliced constant-time AES - which is much slower than table-based, but is constant-time, which can be important in some scenarios #4

@sayantn sayantn linked an issue Sep 2, 2024 that may be closed by this pull request
@sayantn sayantn merged commit fb92bbc into master Sep 2, 2024
26 checks passed
@sayantn sayantn deleted the constant-time branch September 2, 2024 20:55
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.

Soft AES probably not constant time
1 participant