Files
dropbear/examples/ch1-01.c
Matt Johnston c9bcca21e4 Branch renaming
--HG--
branch : libtomcrypt-orig
extra : convert_revision : 1626dca9b669f35fc7b143ba5133a7ea90a191d3
2004-05-31 18:25:41 +00:00

19 lines
307 B
C

/*
* 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 */