This repository was archived by the owner on May 18, 2022. It is now read-only.
Obtaining random numbers #2
Labels
area: utils
Code Area: Utilities and scaffolding used throughout the project
We need cryptographically secure random numbers for key generation, and also for stuff like inducing random jitter on the advertising interval. We have to use some trait for that and let the user plug in an implementation. There's two choices:
embedded_hal::blocking::rng::Read
rand_core::CryptoRng
rand_core
is alsono_std
The text was updated successfully, but these errors were encountered: