%% This directory contains files for the VAX VMS implementation of the
%% Solovay checksum utility.  To avoid a conflict with the native VAX
%% VMS CHECKSUM utility, the executable and help files are renamed
%% with a basename of CHKSM.

README		-- installation instructions
checksum.c	-- C source code for checksum
chksm.exe	-- VAX VMS executable for the checksum program
chksm.hlp	-- VAX VMS help file 
checksum.obj	-- VAX VMS object file to allow relinking
index		-- this file
polynom.c	-- C source code for polynom
polynom.obj	-- VAX VMS object file to allow relinking
vmsmake.com	-- DCL command file to compile, link, and test chksm
