mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Restore some out checking.
This commit is contained in:
@@ -584,7 +584,7 @@ fn void inv_cipher(Aes* aes, char[] round_key)
|
||||
|
||||
<*¨
|
||||
@param type : "The AES variant to expant the key for"
|
||||
@param [out] round_key : "Key to expand into"
|
||||
@param [inout] round_key : "Key to expand into"
|
||||
@param [in] key : "The key to expand"
|
||||
@require key.len == type.key.key_len : "Key does not match expected length."
|
||||
*>
|
||||
|
||||
Reference in New Issue
Block a user