summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm/t1crypt.h
blob: 7f8a35ed905429213a64bb5e200134cc6846fe1c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef T1CRYPT_H
#define T1CRYPT_H

#define EEKEY 55665u
#define CHARKEY 4330u

unsigned char t1_encrypt(unsigned char plain);
void t1_crypt_init (unsigned short int key);
unsigned char t1_decrypt(unsigned char cipher);

#endif