File: cast-256.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 (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (6)
1
2
3
4
typedef struct cast256_instance {
	word32 l_key[96];
} cast256_key;