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

feature request: addition of AES-CTR (and optionally, SIV-AES) #50

Open
kwvg opened this issue Jul 2, 2021 · 2 comments
Open

feature request: addition of AES-CTR (and optionally, SIV-AES) #50

kwvg opened this issue Jul 2, 2021 · 2 comments

Comments

@kwvg
Copy link
Contributor

kwvg commented Jul 2, 2021

Description

AES-GCM is not adequate for some applications with stream ciphers bearing greater practicality. CTR mode also comes with parallelism potential.

@mcarrickscott
Copy link
Contributor

Sorry, missed this. In fact some legacy modes of operation, like CTR, are already (sort of) supported. For example see core::AES_encrypt in aes.cpp

@kwvg
Copy link
Contributor Author

kwvg commented Jul 8, 2021

I'd be really grateful if it can be fleshed out with explicit API calls as (at least personally), I'd prefer AES_CTR_encrypt over AES_encrypt (could be GCM?).

Would make code review much more easier. I would love to contribute but the possibility of borking something is high enough to act as discouragement.

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