diff options
Diffstat (limited to 'Build/source/texk/dvipdfm/t1crypt.h')
-rw-r--r-- | Build/source/texk/dvipdfm/t1crypt.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm/t1crypt.h b/Build/source/texk/dvipdfm/t1crypt.h new file mode 100644 index 00000000000..7f8a35ed905 --- /dev/null +++ b/Build/source/texk/dvipdfm/t1crypt.h @@ -0,0 +1,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 |