view examples/ch1-01.c @ 15:6362d3854bb4 libtomcrypt-orig

0.96 release of LibTomCrypt
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Jun 2004 14:07:21 +0000
parents 7faae8f46238
children
line wrap: on
line source

/* 
 * Name      : ch1-01.c
 * Purpose   : Demonstration of a basic libtomcrypt program
 * Author    : Tom St Denis
 *
 * History   : v0.79 Initial release
 */
 
/* ch1-01-1  */
/* Include the default headers and libtomcrypt headers */
#include <mycrypt.h>

int main(void)
{
   return 0;
}
/* ch1-01-1  */