Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crypto-rustcrypto]: remove unused
custom
feature (#161)
The `custom` feature from `getrandom` is not actually used in normal builds — infact, `getrandom` itself is never used directly. However, the feature can be used by a binary on an embedded platform to register a custom random number generator. The final binary should enable the `custom` feature to do this, see the `register_custem_genrandom!` macro for more details: https://docs.rs/getrandom/latest/getrandom/macro.register_custom_getrandom.html We emulate this in the CI build by enabling the feature on the command line. Co-authored-by: mulmarta <103590845+mulmarta@users.noreply.github.com>
- Loading branch information