public FFunctionLogDecorator(IFFunction ffunction, ILogger logger)
 {
     this.ffunction = ffunction;
     this.logger    = logger;
 }
Exemplo n.º 2
0
 public DesAlgorithm(IFFunction ffunction, ICompressedPermutedKeyFactory keyFactory)
 {
     this.ffunction  = ffunction;
     this.keyFactory = keyFactory;
 }