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:
parent
63be700fa7
commit
5ae7a5270d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user