1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/suit: use c25519 instead of hacl

This commit is contained in:
Francisco Molina 2019-10-16 09:53:46 +02:00
parent 63be700fa7
commit 5ae7a5270d

View File

@ -939,7 +939,7 @@ endif
ifneq (,$(filter suit_v4,$(USEMODULE)))
USEPKG += tinycbor
USEPKG += libcose
USEMODULE += libcose_crypt_hacl
USEMODULE += libcose_crypt_c25519
USEMODULE += suit_conditions
# SUIT depends on riotboot support and some extra riotboot modules