You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compared to nRF52, nRF53 has no dedicated HWRNG any more, but provides one through the cryptocell, for which documentation was recently published (before, it was only available through a nonfree vendor SDK).
The documentation should in theory suffice to implement a HWRNG.
Motivation
Having an RNG seed is required to run EDHOC/CoAP, which we currently can not on nRF53.
Requirements
Implement the laze module hwrng for the context nrf53, currently in src/riot-rs-embassy/src/arch/nrf/hwrng.rs
Open questions
No response
Are you planning to do it yourself in a pull request?
Maybe
The text was updated successfully, but these errors were encountered:
Description
Compared to nRF52, nRF53 has no dedicated HWRNG any more, but provides one through the cryptocell, for which documentation was recently published (before, it was only available through a nonfree vendor SDK).
The documentation should in theory suffice to implement a HWRNG.
Motivation
Having an RNG seed is required to run EDHOC/CoAP, which we currently can not on nRF53.
Requirements
Implement the laze module hwrng for the context nrf53, currently in
src/riot-rs-embassy/src/arch/nrf/hwrng.rs
Open questions
No response
Are you planning to do it yourself in a pull request?
Maybe
The text was updated successfully, but these errors were encountered: