blob: 8fa1b1d3250defa0f59ab8ebe1f7e3f57a364adb [file] [log] [blame] [edit]
/*****************************************************************************\
* crypto.h - DES cryptographic routines.
*****************************************************************************
* Produced by Cluster Resources, Inc., no rights reserved.
\*****************************************************************************/
#include <stdint.h>
extern void checksum( char *sum, const char *key, const char *buf );