nist-pqc-seeded-rng

Crates.ionist-pqc-seeded-rng
lib.rsnist-pqc-seeded-rng
version0.2.0
sourcesrc
created_at2024-07-15 15:18:21.091676
updated_at2024-09-13 10:33:22.860029
descriptionImplementation of the RNG used to produce the KATs in NIST PQC competition
homepage
repositoryhttps://github.com/ait-crypto/nist-pqc-seeded-rng
max_upload_size
id1303956
size25,781
Sebastian Ramacher (sebastinas)

documentation

README

NIST PQC: RNG for known answer tests

This crate provides a seedable RNG that produces outputs compatible with rng.c used by submissions to the NIST PQC project to obtain known answer tests from an initial seed.

Security Notes

This crate has received no security audit. Use at your own risk.

Minimum Supported Rust Version

This crate requires Rust 1.70 at a minimum. The MSRV may be changed in the future, but this change will be accompanied by a minor version bump.

License

This crate is licensed under the Apache-2.0 or MIT license.

Commit count: 0

cargo fmt