public static void FormatFfcSharedSecretZ(ref BitString z) { if (z.BitLength % 32 != 0) { z = z.PadToModulusMsb(32); } }