

InterviewSolution
1. |
What are the steps in the Feistel function?(a) expansion, mixing, substitution, permutation(b) extract, transform, load(c) extract, load, transform(d) expansion, divide, mixing, permutationI got this question in unit test.This intriguing question originated from Cryptography in division Number Theory and Cryptography of Discrete Mathematics |
Answer» Right choice is (a) expansion, mixing, substitution, permutation |
|