view examples/ch1-01.c @ 211:f01f0400314d libtomcrypt

disapproval of revision 6a39eb8b36778460fca83b8149df2a8b6d3327fd
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Jul 2005 13:23:45 +0000
parents d7da3b1e1540
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  */