mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
sys/psa_crypto: use SHA256 CSPRNG as default
This commit is contained in:
parent
03c05f7fe1
commit
1924b063ec
@ -1,6 +1,6 @@
|
|||||||
ifneq (,$(filter psa_crypto,$(USEMODULE)))
|
ifneq (,$(filter psa_crypto,$(USEMODULE)))
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
USEMODULE += prng_musl_lcg
|
USEMODULE += prng_sha256prng
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Asymmetric
|
# Asymmetric
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
BOARD_INSUFFICIENT_MEMORY := \
|
BOARD_INSUFFICIENT_MEMORY := \
|
||||||
atmega8 \
|
atmega8 \
|
||||||
|
nucleo-l011k4 \
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user