mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
Update vlib/x/crypto/ascon/ascon.v
This commit is contained in:
parent
73497e2bd5
commit
d6f336446e
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ fn ascon_pnr(mut s State, nr int) {
|
|||
// 1. the constant-addition layer (see Sec. 3.2),
|
||||
// 2. the substitution layer (see Sec.3.3), and,
|
||||
// 3. the linear diffusion layer
|
||||
@[direct_array_access]
|
||||
fn ascon_perm(mut s State, c u8) {
|
||||
// 3.2 Constant-Addition Layer step
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue