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
nrf_security: Refactor buffer size for block cipher in Cracen
In the sxsymcrypt driver of Cracen the block cipher was set
as 64 because of the ChaCha20 support. This uses unecessary
stack space when ChaCha20 is not enabled so make this buffer
size configurable based on the enabled algorithms.
Signed-off-by: Georgios Vasilakis <[email protected]>
0 commit comments