1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

sys/psa_crypto: use SHA256 CSPRNG as default

This commit is contained in:
Lena Boeckmann 2024-03-12 14:15:43 +01:00
parent 03c05f7fe1
commit 1924b063ec
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ifneq (,$(filter psa_crypto,$(USEMODULE)))
USEMODULE += random
USEMODULE += prng_musl_lcg
USEMODULE += prng_sha256prng
endif
# Asymmetric

View File

@ -1,3 +1,4 @@
BOARD_INSUFFICIENT_MEMORY := \
atmega8 \
nucleo-l011k4 \
#