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

Write a fast and simple AES implementation #42

Open
GiacomoPope opened this issue Jul 22, 2024 · 0 comments
Open

Write a fast and simple AES implementation #42

GiacomoPope opened this issue Jul 22, 2024 · 0 comments
Labels
enhancement New feature or request tests Create or expand tests

Comments

@GiacomoPope
Copy link
Owner

At the moment there is a single dependency from pycryptodome to import AES for deterministic random byte generation. Including an aes.py would be nice as this would remove the dependency but I would rather not just copy paste someone else's work as this feels like it'll only slow things down without any educational benefit.

@GiacomoPope GiacomoPope added enhancement New feature or request tests Create or expand tests labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Create or expand tests
Projects
None yet
Development

No branches or pull requests

1 participant