public static byte[] BelTGamma(this byte[] message, byte[] key, byte[] S, bool encrypt) { return(STB_34_101_31.Gamma(message, key, S, encrypt)); }
public static byte[] BelTPlain(this byte[] message, byte[] key, bool encrypt) { return(STB_34_101_31.Plain(message, key, encrypt)); }