comparison demos/small.c @ 191:1c15b283127b libtomcrypt-orig

Import of libtomcrypt 1.02 with manual path rename rearrangement etc
author Matt Johnston <matt@ucc.asn.au>
date Fri, 06 May 2005 13:23:02 +0000
parents 6362d3854bb4
children 9cc34777b479 39d5d58461d6
comparison
equal deleted inserted replaced
143:5d99163f7e32 191:1c15b283127b
1 // small demo app that just includes a cipher/hash/prng 1 // small demo app that just includes a cipher/hash/prng
2 2 #include <tomcrypt.h>
3 #include <mycrypt.h>
4 3
5 int main(void) 4 int main(void)
6 { 5 {
7 register_cipher(&rijndael_enc_desc); 6 register_cipher(&rijndael_enc_desc);
8 register_prng(&yarrow_desc); 7 register_prng(&yarrow_desc);