Skip to content

Commit

Permalink
crypto: enable missing key type
Browse files Browse the repository at this point in the history
enable CHACHA20

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Sep 16, 2024
1 parent 34856b2 commit f0cfddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kconfig.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ config SIDEWALK_CRYPTO
imply PSA_WANT_ECC_SECP_R1_256
imply PSA_WANT_ECC_MONTGOMERY_255
imply PSA_WANT_ECC_TWISTED_EDWARDS_255
imply PSA_WANT_KEY_TYPE_CHACHA20
imply PSA_WANT_KEY_TYPE_AES
imply PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
imply PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT
Expand Down

0 comments on commit f0cfddd

Please sign in to comment.