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

Handling AES192/256? #13

Open
BoboTiG opened this issue Feb 24, 2020 · 2 comments
Open

Handling AES192/256? #13

BoboTiG opened this issue Feb 24, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@BoboTiG
Copy link
Contributor

BoboTiG commented Feb 24, 2020

Hello,

I would like to move from PyCryptodomex to this module. But it seems that this is not yet possible to use AES192 nor AES256. Do you plan to add that support?

@naufraghi
Copy link
Owner

The problem is that the tiny-AES-c library has this code:

#define AES128 1
//#define AES192 1
//#define AES256 1

Happy to accept contributions about some way to support multiple modes.

@naufraghi naufraghi added the enhancement New feature or request label Mar 5, 2020
@naufraghi
Copy link
Owner

See also kokke/tiny-AES-c#151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants