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