예제 #1
0
 public Vigenere32()
     : base()
 {
     _b32 = new Base32Encoding();
 }
예제 #2
0
 public Caesar32()
 {
     _b32 = new Base32Encoding();
 }