Skip to content

Commit ff833be

Browse files
committed
samples: crypto: Fake PSA core lite example: Add Ed25519 optimizations
-This commit adds a configuration in the lite.conf overlay to set CONFIG_PSA_CORE_LITE_NSIB_ED25519_OPTIMIZATIONS, which makes use of direct calls to Ed25519 APIs for CRACEN for optimized build-sizes. This adjustment makes the build-sizes slightly larger than the refactored CRACEN code in a coming pull request. Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
1 parent 949881c commit ff833be

File tree

1 file changed

+1
-0
lines changed
  • samples/crypto/psa_core_lite/overlays

1 file changed

+1
-0
lines changed

samples/crypto/psa_core_lite/overlays/lite.conf

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66
CONFIG_PSA_CORE_LITE=y
7+
CONFIG_PSA_CORE_LITE_NSIB_ED25519_OPTIMIZATIONS=y

0 commit comments

Comments
 (0)