diff options
Diffstat (limited to 'libtomcrypt/demos/small.c')
-rw-r--r-- | libtomcrypt/demos/small.c | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/libtomcrypt/demos/small.c b/libtomcrypt/demos/small.c index 8d43821..de1f93d 100644 --- a/libtomcrypt/demos/small.c +++ b/libtomcrypt/demos/small.c @@ -1,3 +1,11 @@ +/* LibTomCrypt, modular cryptographic library -- Tom St Denis + * + * LibTomCrypt is a library that provides various cryptographic + * algorithms in a highly modular and flexible manner. + * + * The library is free for all purposes without any express + * guarantee it works. + */ /* small demo app that just includes a cipher/hash/prng */ #include <tomcrypt.h> @@ -9,6 +17,6 @@ int main(void) return 0; } -/* $Source$ */ -/* $Revision$ */ -/* $Date$ */ +/* ref: $Format:%D$ */ +/* git commit: $Format:%H$ */ +/* commit time: $Format:%ai$ */ |