Skip to content

Commit

Permalink
sample: ecdsa: Add want random
Browse files Browse the repository at this point in the history
To generate keys CONFIG_PSA_WANT_GENERATE_RANDOM=y is needed
Which works implicit when CC3XX is used but not oberon.
To be complete adding it.

Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
  • Loading branch information
mswarowsky authored and rlubos committed Aug 17, 2023
1 parent 0b80510 commit d2e6d85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/crypto/ecdsa/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ CONFIG_PSA_WANT_ALG_ECDSA=y
CONFIG_PSA_WANT_KEY_TYPE_ECC_KEY_PAIR=y
CONFIG_PSA_WANT_ECC_SECP_R1_256=y
CONFIG_PSA_WANT_ALG_SHA_256=y

# For key generation
CONFIG_PSA_WANT_GENERATE_RANDOM=y

0 comments on commit d2e6d85

Please sign in to comment.