Exemple #1
0
 public CFBCipher(ISBlocks sBlock)
 {
     substitution = new SubstitutionCipher(sBlock);
 }