You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
AES-GCM is not adequate for some applications with stream ciphers bearing greater practicality. CTR mode also comes with parallelism potential.
The text was updated successfully, but these errors were encountered: