commit dce1999c803dd9d8ceff7fbffa1825af837ee0ed (tree)
parent 40cf3f7ae5fbfb84b7af6b27e6296ee858b209ef
Author: Roman FroĊow <rofrol@gmail.com>
Date: Mon, 26 Jun 2023 08:26:12 +0200
is has -> has
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: