資源簡介
用VC++實現了在Fp(p為大素數)上的橢圓曲線密碼體制的基本參數p,a b的生成。
代碼片段和文件信息
//?ecc.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ecc.h“
#include?“eccDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CEccApp
BEGIN_MESSAGE_MAP(CEccApp?CWinApp)
//{{AFX_MSG_MAP(CEccApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CEccApp?construction
CEccApp::CEccApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CEccApp?object
CEccApp?theApp;
///////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1248??2009-12-09?20:22??ecc\ecc.clw
?????文件???????3525??2009-05-26?21:01??ecc\ReadMe.txt
?????文件???????1291??2009-05-26?21:01??ecc\ecc.h
?????文件???????1054??2009-05-26?21:01??ecc\StdAfx.h
?????文件????????205??2009-05-26?21:01??ecc\StdAfx.cpp
?????文件????????395??2009-05-26?21:01??ecc\res\ecc.rc2
?????文件???????1078??2009-05-26?21:01??ecc\res\ecc.ico
?????文件????????512??2009-05-26?21:01??ecc\ecc.dsw
?????文件??????58368??2009-12-09?20:22??ecc\ecc.ncb
?????文件???????2624??2009-05-27?13:19??ecc\Debug\ecc.res
?????文件?????345088??2009-11-19?16:21??ecc\Debug\vc60.idb
?????文件?????372736??2009-11-19?16:16??ecc\Debug\vc60.pdb
?????文件?????159785??2009-11-19?16:16??ecc\Debug\ecc.exe
?????文件?????640000??2009-11-19?16:16??ecc\Debug\ecc.pdb
?????文件?????105381??2009-11-19?16:16??ecc\Debug\StdAfx.obj
?????文件??????25492??2009-11-19?16:16??ecc\Debug\eccDlg.obj
?????文件??????13788??2009-11-19?16:16??ecc\Debug\ecc.obj
?????文件??????13556??2009-11-19?16:16??ecc\Debug\my_ecc.obj
?????文件?????259016??2009-11-19?16:16??ecc\Debug\ecc.ilk
?????文件????????240??2009-11-19?16:16??ecc\ecc.plg
?????文件???????2184??2004-12-30?19:55??ecc\tommath_superclass.h
?????文件?????369776??2005-01-25?17:40??ecc\MathLib.lib
?????文件???????8287??2009-12-09?07:45??ecc\my_ecc.cpp
?????文件??????16673??2004-01-06?16:14??ecc\tommath.h
?????文件??????19875??2004-01-06?16:15??ecc\tommath_class.h
?????文件???????2023??2009-05-26?21:31??ecc\ecc.cpp
?????文件???????4695??2009-05-26?21:35??ecc\ecc.dsp
?????文件???????1322??2009-05-27?12:35??ecc\eccDlg.h
?????文件????????145??2009-05-27?12:42??ecc\my_ecc.h
?????文件???????4494??2009-05-27?13:05??ecc\eccDlg.cpp
............此處省略10個文件信息
- 上一篇:c語言 數據結構 農夫過河
- 下一篇:哈弗曼編碼、解碼 C語言 數據結構
評論
共有 條評論