From ed6d0eea9781b73bd6fab43fb0c1dbe8bc4102d7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 28 May 2026 23:44:31 +0200 Subject: [PATCH] Typo --- lib/std/crypto/salsa20.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/crypto/salsa20.zig b/lib/std/crypto/salsa20.zig index 892c30c669d7a5ae009eb2ceff545b6864247cf6..3d4ec106063cd16f820be464df9e053c21d376b0 100644 --- a/lib/std/crypto/salsa20.zig +++ b/lib/std/crypto/salsa20.zig @@ -387,7 +387,7 @@ pub const XSalsa20Poly1305 = struct { /// session identifiers and sequence numbers. /// /// Since there is no separation between the associated data and - /// the ciphertext, its length must not contain be under an adversary's + /// the ciphertext, its length must not be under an adversary's /// control. pub fn encrypt(c: []u8, tag: *[tag_length]u8, m: []const u8, ad: []const u8, npub: [nonce_length]u8, k: [key_length]u8) void { debug.assert(c.len == m.len); -- 2.54.0