Browse Subversion Repository
Contents of /branches/mty-makai/desconst.h
Parent Directory
| Revision Log
Revision 125 -
( show annotations)
( download)
( as text)
Mon Apr 16 14:50:11 2007 UTC
(16 years, 11 months ago)
by notanpe
File MIME type: text/x-chdr
File size: 452 byte(s)
魔改造用ブランチ
| 1 |
/*********************************************************************** |
| 2 |
* |
| 3 |
* file: desconst.h |
| 4 |
* |
| 5 |
* $Id$ |
| 6 |
* |
| 7 |
*/ |
| 8 |
|
| 9 |
#ifndef DESCONST_H__ |
| 10 |
#define DESCONST_H__ |
| 11 |
|
| 12 |
/* 鍵転置 PC1 */ |
| 13 |
extern const int tr_pc1[8][7]; |
| 14 |
|
| 15 |
/* LR最終転置 */ |
| 16 |
extern const int tr_fp[64 + 2]; |
| 17 |
|
| 18 |
/* 鍵シフトスケジュール |
| 19 |
KEY::k[2] を贅沢に用いて取り出しの簡素化を図る */ |
| 20 |
extern const int ks_ls[28]; |
| 21 |
|
| 22 |
|
| 23 |
#endif /* DESCONST_H__ */ |
| 24 |
|
| 25 |
/* |
| 26 |
* Local Variables: |
| 27 |
* tab-width: 4 |
| 28 |
* End: |
| 29 |
* |
| 30 |
* EOF */ |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Author Date Id Rev URL
|
|