Anylsite / anyl-wallet

🏦 Anyl Embedded Wallet for Internet of Things
Apache License 2.0
30 stars 16 forks source link

split repo into the `core` wallet and zephyr-specific parts #156

Open pcppcp opened 5 years ago

pcppcp commented 5 years ago

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.