authorgravatar for rofrol@gmail.comRoman Frołow <rofrol@gmail.com> 2023-06-26 08:26:12+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-06-25 23:30:25-07:00
logdce1999c803dd9d8ceff7fbffa1825af837ee0ed
treedb5e861705b77295ea1ca93ba683c8b6359a78f6
parent40cf3f7ae5fbfb84b7af6b27e6296ee858b209ef

is has -> has


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/rand/Ascon.zig+1-1
...@@ -1,7 +1,7 @@...@@ -1,7 +1,7 @@
1//! CSPRNG based on the Reverie construction, a permutation-based PRNG1//! CSPRNG based on the Reverie construction, a permutation-based PRNG
2//! with forward security, instantiated with the Ascon(128,12,8) permutation.2//! with forward security, instantiated with the Ascon(128,12,8) permutation.
3//!3//!
4//! Compared to ChaCha, this PRNG is has a much smaller state, and can be4//! Compared to ChaCha, this PRNG has a much smaller state, and can be
5//! a better choice for constrained environments.5//! a better choice for constrained environments.
6//!6//!
7//! References:7//! References: