jedisct1 / libhydrogen

A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
https://libhydrogen.org
Other
594 stars 88 forks source link

Added Zephyr integration #148

Closed errno closed 5 months ago

errno commented 5 months ago

We've tried to use libhydrogen in our project which is based on the nRF Connect SDK. And found out that libhydrogen incorrectly assumed the old nRF SDK. Here is an adaptation for any Zephyr-based platform.

jedisct1 commented 5 months ago

Thank you!