水無瀬の部屋 > Programming > sample > sha1 > main.cpp |
---|
1: //*********************************************************
2: // プロジェクト: sha1.dll
3: // ファイル名: main.cpp
4: //*********************************************************
5: #include <tools.h>
6: #include <misc/sha1.h>
7:
8:
9: //---------------------------------------------------------
10: // マクロ の 定義
11: //---------------------------------------------------------
12: #define MAGIC_STRING "SHA1.DLL 0.00 {" __DATE__ "}"
13: #define ALGORITHM_PREFIX SHA1
14:
15:
16: //---------------------------------------------------------
17: // 関数 の 定義
18: //---------------------------------------------------------
19: #include <code/hashdll.cpp>
20:
21:
22: //** end **
23:
参照:
水無瀬の部屋 > sample > sha1 > main.cpp |
---|
このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/sha1/main_cpp.shtml