m_elg.h

来自「ElGamal 数字签名源码」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_M_ELG_H__87A456E0_C44F_4B91_AF73_4DC2F2A3FDEF__INCLUDED_)
#define AFX_M_ELG_H__87A456E0_C44F_4B91_AF73_4DC2F2A3FDEF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// M_ELG.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// M_ELG dialog

class M_ELG : public CDialog
{
// Construction
public:
	M_ELG(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(M_ELG)
	enum { IDD = IDD_M_ELG_DIALOG };
	CString	m_Va;
	CString	m_Vb;
	CString	m_l;
	CString	m_r;
	CString	m_Vm;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(M_ELG)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(M_ELG)
	afx_msg void OnButton2();
	afx_msg void OnButton1();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
    CBigInt a,b,M;

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_M_ELG_H__87A456E0_C44F_4B91_AF73_4DC2F2A3FDEF__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?