Restore some out checking.

This commit is contained in:
Christoffer Lerno
2025-09-26 21:19:38 +02:00
parent 1f49a5448e
commit 6287e8dfbf
3 changed files with 29 additions and 9 deletions

View File

@@ -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."
*>