File: tripledes.h

package info (click to toggle)
libmcrypt 2.5.8-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,060 kB
  • sloc: ansic: 15,868; sh: 8,579; makefile: 196
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
typedef struct triple_des_key {
	char kn[3][16][8];
	word32 sp[3][8][64];

	char iperm[16][16][8];
	char fperm[16][16][8];

} TRIPLEDES_KEY;