docs.rs failed to build rand_jitterentropy-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
rand_jitterentropy
Provides adapter for libjitterentropy-sys to rand_core crate.
The RNG is initialized in FIPS mode (JENT_FORCE_FIPS) with an oversampling
rate of 6. With the ntg1 feature enabled, it additionally complies with the
NTG.1 requirements of AIS 20/31 (2024).
Usage
use TryRng;
use RandJitterEntropy;
Features
ntg1— request NTG.1 compliant operation (JENT_NTG1)static— linklibjitterentropystatically