/**********************************************************
kasiski.h

Written by: XXXXXXXXXXXXX a former CMSC 443 student
Written on: 26 October 1995
Modifications: 7 November 1995
 
Written in: ANSI C.


This file contains the prototype information
and declarations for the main program: kasiski.c.


***********************************************************/

#include<stdio.h>
#include<math.h>

#define MAXSIZE   1024
#define MAXLINE   255
#define ASCIISIZE 128
#define M         6



