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
Currently the key wrap modes of operation are implemented only for AES256. However, the RFC supports all standardized AES key sizes. We should update the cryptol spec to be generic over any AES key size and instantiate it for the sizes we care about.
An example of implementing a protocol that's generic over key size can be found in AES_GCM_SIV.cry, as updated in #79.
The text was updated successfully, but these errors were encountered:
Currently the key wrap modes of operation are implemented only for AES256. However, the RFC supports all standardized AES key sizes. We should update the cryptol spec to be generic over any AES key size and instantiate it for the sizes we care about.
An example of implementing a protocol that's generic over key size can be found in
AES_GCM_SIV.cry
, as updated in #79.The text was updated successfully, but these errors were encountered: