Пример #1
0
        private static byte RC(int i)
        {
            ushort x = (ushort)(1 << i);

            return(GF.Mod(x));
        }