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: Moving block_cipher.c to libmbedcrypto
-Due to a complex link order dependency, the fairly recent
block_cipher module could end up without access to AES symbols
and certain PSA convenience functions. This change moves the
block_cipher API from libmbedcrypto_base.a to libmbedcrypto.a
which ensures that block_cipher can link locally
Note: PSA Crypto APIs is not influenced by this change, this is only
relevant for certain legacy functionalities
Signed-off-by: Frank Audun Kvamtrø <[email protected]>
0 commit comments