Пример #1
0
 public static void FormatFfcSharedSecretZ(ref BitString z)
 {
     if (z.BitLength % 32 != 0)
     {
         z = z.PadToModulusMsb(32);
     }
 }