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

Bitsliced AES #609

Open
DavidBuchanan314 opened this issue Mar 21, 2022 · 0 comments
Open

Bitsliced AES #609

DavidBuchanan314 opened this issue Mar 21, 2022 · 0 comments

Comments

@DavidBuchanan314
Copy link
Contributor

DavidBuchanan314 commented Mar 21, 2022

I see that a bitsliced AES implementation is in the "Future Plans" list.

This is something I've toyed with in the past, and would be interested in contributing.

Just to check that we're talking about the same concept, the idea is to pack n 128-bit message blocks into 128 n-bit python bigints, and then perform a bitsliced AES algorithm in pure-python, before unpacking the message back into bytes.

If I implemented this, would it be a useful contribution?

P.S. How fast should it be, ideally, to be considered practical?

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