public void Setup()
 {
     ppp = PppV3Engine.BuildExtendedAlphabet(sequenceKey);
 }
Example #2
0
 public void Setup()
 {
     ppp = new PppV3Engine(sequenceKey, alphabet);
 }
Example #3
0
 public void Setup()
 {
     byte[] sequenceKey = pppHelper.HexStringToBytes(hexSequenceKey);
     ppp = PppV3Engine.BuildStandard(sequenceKey);
 }