jedisct1 / libhydrogen

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

ChibiOS/HAL support #146

Closed markuspetermann closed 1 year ago

markuspetermann commented 1 year ago

Added support for the TRNG module of the ChibiOS/HAL. The TRNG module is compatible with most STM32. Tested this on a STM32H7.

jedisct1 commented 1 year ago

Thank you, Markus!