Skip to content

Commit

Permalink
add ref
Browse files Browse the repository at this point in the history
  • Loading branch information
j-christensen1 committed Jan 29, 2025
1 parent ed46bb8 commit 3f4f85c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Primitive/Symmetric/Cipher/Block/Simon/Specification.cry
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ private
/**
* The function `f` is a constituent function of the encryption and decryption
* round functions.
*
* Reference: [SIMON] Section 3.1.
*/
f : [n] -> [n]
f x = (S 1 x && S 8 x) ^ S 2 x
Expand Down

0 comments on commit 3f4f85c

Please sign in to comment.