mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-29 11:43:23 +02:00
For STM32 hashing to wait for hash done on block size + 1 word. Updated the STM32U5 benchmarks. Added note about new GCM_TABLE_4BIT.
This commit is contained in:
@@ -312,6 +312,8 @@ int wc_Stm32_Hash_Update(STM32_HASH_Context* stmCtx, word32 algo,
|
||||
wc_Stm32_Hash_Data(stmCtx, 4);
|
||||
stmCtx->fifoBytes += 4;
|
||||
|
||||
(void)wc_Stm32_Hash_WaitDone(stmCtx);
|
||||
|
||||
/* save hash state for next operation */
|
||||
wc_Stm32_Hash_SaveContext(stmCtx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user