Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jul 15, 2024
1 parent ac82b8e commit d7be188
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
//! # 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
//! [`rng.c`] used by submissions to the NIST [PQC] project to obtain known answer
//! tests from an initial seed.
//!
//! [PQC]: https://csrc.nist.gov/projects/post-quantum-cryptography/
//! [`rng.c`]: https://csrc.nist.gov/csrc/media/Projects/post-quantum-cryptography/documents/example-files/source-code-files-for-kats.zip

#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
#![deny(missing_docs)]
Expand Down

0 comments on commit d7be188

Please sign in to comment.