concrete-csprng 0.4.0

Cryptographically Secure PRNG used in the TFHE-rs library.
Documentation

concrete-csprng

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 0 of them enabled by default.

x86_64

  • parallel
  • seeder_x86_64_rdseed
  • generator_x86_64_aesni
  • generator_fallback

aarch64

  • parallel
  • generator_aarch64_aes
  • generator_fallback

x86_64-unix

  • x86_64
  • seeder_unix

aarch64-unix

  • aarch64
  • seeder_unix

parallel

  • rayon

rayon

  • dep:rayon

seeder_unix

    This feature flag does not enable additional features.

generator_x86_64_aesni

    This feature flag does not enable additional features.

generator_aarch64_aes

    This feature flag does not enable additional features.

generator_fallback

    This feature flag does not enable additional features.

seeder_x86_64_rdseed

    This feature flag does not enable additional features.