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
noup since this option does not exist upstream.
The Oberon PSA core has an option to manually set
the buffer size of the PSA key slots in bytes.
This option here:
MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
This option has a default value of 16 since it
directly affects the memory usage.
The crypto tests use a secp256r1 key and thus since
the public key for this key is 65 bytes long we need
to set the option in the sample.
Signed-off-by: Georgios Vasilakis <[email protected]>
0 commit comments