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
The counter value length seems to always be 16 regardless of if the key is 16 or 32 bytes. Is this the right behaviour? Or would this mean a security risk when using 32 bytes (256 bits) keys?
The text was updated successfully, but these errors were encountered:
The 128 should probably 256 when using 32 bytes keys.
Or not, the block size seems to always be 16 bytes regardless of the key size, so perhaps the function docs are wrong The counter must be the same size as the key size (ie. len(key)).
The counter value length seems to always be 16 regardless of if the key is 16 or 32 bytes. Is this the right behaviour? Or would this mean a security risk when using 32 bytes (256 bits) keys?
The text was updated successfully, but these errors were encountered: