Ejemplo n.º 1
0
        // D
        private void CalculateD()
        {
            DTextBox.Text = KeyGenerator.GenerateD().ToString();

            KeyGenerator.GenerateDP();
            KeyGenerator.GenerateDQ();
            KeyGenerator.GenerateInverseQ();
        }