Update vlib/x/crypto/ascon/ascon.v

This commit is contained in:
Delyan Angelov 2025-09-10 09:59:12 +03:00 committed by GitHub
parent 73497e2bd5
commit d6f336446e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,6 @@ fn ascon_pnr(mut s State, nr int) {
// 1. the constant-addition layer (see Sec. 3.2), // 1. the constant-addition layer (see Sec. 3.2),
// 2. the substitution layer (see Sec.3.3), and, // 2. the substitution layer (see Sec.3.3), and,
// 3. the linear diffusion layer // 3. the linear diffusion layer
@[direct_array_access]
fn ascon_perm(mut s State, c u8) { fn ascon_perm(mut s State, c u8) {
// 3.2 Constant-Addition Layer step // 3.2 Constant-Addition Layer step
// //