Пример #1
0
 public static byte[] BelTGamma(this byte[] message, byte[] key, byte[] S, bool encrypt)
 {
     return(STB_34_101_31.Gamma(message, key, S, encrypt));
 }
Пример #2
0
 public static byte[] BelTPlain(this byte[] message, byte[] key, bool encrypt)
 {
     return(STB_34_101_31.Plain(message, key, encrypt));
 }