1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

Merge pull request #20460 from Einhornhool/pr/psa-use-csprng

sys/psa_crypto: use SHA256 CSPRNG as default
This commit is contained in:
mguetschow 2024-03-26 19:04:27 +00:00 committed by GitHub
commit edefdb78ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 \
#