-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
ImportantImportant (but not necessarily high priority)Important (but not necessarily high priority)MetaDiscussions about the code architecture, features, etc.Discussions about the code architecture, features, etc.
Description
this repo will eventually split into two repositories.
The core repository will include a minimal and portable library that performs basic crypto functions.
The rest will remain in zephyr-wallet repo - this is the current app we build for zephyr targets.
Why we need this?
To support multiple hw architectures (i.e. a ESP32), we need to carefully separate the core wallet functionality. This new core library should also make it easy to use hw crypto functions if supported by the MCU.
- anything that's not related to zephyr should go into a separate
corerepo - the
corelibrary is included as a submodule in thezephyr-walletrepo - the
corerepo will use CI/googletest to check basic functionality
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ImportantImportant (but not necessarily high priority)Important (but not necessarily high priority)MetaDiscussions about the code architecture, features, etc.Discussions about the code architecture, features, etc.