Input: 8-bit 평문(Plaintext), 10-bit Key Output: 8-bit 암호문(Ciphertext) Round: 2 Encrytion 수식 $$ E = IP^{-1}(f{k2}(SW(f{k1}(IP(M))))) $$ Decrytion 수식 $