Page 1 of 1

Encode the binary string 011110 using a feistel cipher of 1 round. The function F should do an Exclusive Or of its input

Posted: Fri Jul 08, 2022 6:15 am
by answerhappygod
Encode the binary string 011110 using a feistel cipher of 1round. The function F should do an Exclusive Or of its input withthe key, which in this case is the value 101.
What is the result after one round? Please show your work.