mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-13 20:13:56 +03:00
4 lines
201 B
Plaintext
4 lines
201 B
Plaintext
:l ../../examples/contrib/EvenMansour.cry
|
|
:check is_a_permutation (F:[10][4])
|
|
:check is_inverse_permutation ([0..9]:[_][4]) (F:[10]_) (F':[10]_)
|
|
:check E_and_D_are_inverses : ([10],[10]) -> [10] -> Bit |