#include <Hash.h>
Public Types | |
enum | { IDD = IDD_DIALOG9 } |
Public Member Functions | |
CHash () | |
virtual BOOL | OnApply () |
Public Attributes | |
int | m_hash |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
CHash::CHash | ( | ) |
BOOL CHash::OnApply | ( | ) | [virtual] |
void CHash::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
BOOL CHash::OnInitDialog | ( | ) | [protected, virtual] |
OnInitDialog initializes the Hash dialog box prior to showing it to the user. If the user is using Crypto++, it will enable HAVAL, TIGER, and Panama. If the user is using OpenSSL, it will disable those hash functions.
int CHash::m_hash |