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
@briansmith May I know the reasons behind not supporting AES-192? Just curious to know because I am working on a library to implement JSON Web Encryption in Rust and AES-192 is one of the algorithms in the standard.
Regarding JOSE, I recommend that you don't try to implement everything in the spec. Checkboxes are pretty but it's better to have solid implementations of fewer primitives than to check all the boxes.
See
ring/crypto/aes/aes.c
Lines 549 to 551 in c882c2c
and
ring/crypto/aes/aes.c
Lines 549 to 551 in c882c2c
Also, I guess the assembly language code must have some bits that support 192-bit AES.
We don't need any of this since we don't (and don't plan to) expose AES-192.
The text was updated successfully, but these errors were encountered: