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