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

AES is slow #12

Open
doc-hex opened this issue Feb 25, 2021 · 3 comments
Open

AES is slow #12

doc-hex opened this issue Feb 25, 2021 · 3 comments

Comments

@doc-hex
Copy link
Contributor

doc-hex commented Feb 25, 2021

The CIFRA AES code you are using is quite slow. There may be better options out there...

@doc-hex
Copy link
Contributor Author

doc-hex commented Feb 25, 2021

@doc-hex
Copy link
Contributor Author

doc-hex commented Feb 25, 2021

Challenges:

  • aes-armcotexm doesn't have CBC mode, and incomplete CTR implementation (only whole blocks)

@switck
Copy link
Owner

switck commented Feb 25, 2021

https://github.com/BrianGladman/aes/blob/master/aes.h

  • no ARM ASM, but still looks decent
  • complete

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

2 participants