mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +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:
commit
edefdb78ee
@ -1,6 +1,6 @@
|
||||
ifneq (,$(filter psa_crypto,$(USEMODULE)))
|
||||
USEMODULE += random
|
||||
USEMODULE += prng_musl_lcg
|
||||
USEMODULE += prng_sha256prng
|
||||
endif
|
||||
|
||||
# Asymmetric
|
||||
|
@ -1,3 +1,4 @@
|
||||
BOARD_INSUFFICIENT_MEMORY := \
|
||||
atmega8 \
|
||||
nucleo-l011k4 \
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user