1 /* LibTomCrypt, modular cryptographic library -- Tom St Denis
3 * LibTomCrypt is a library that provides various cryptographic
4 * algorithms in a highly modular and flexible manner.
6 * The library is free for all purposes without any express
13 Perform argument checking, Tom St Denis
17 void crypt_argchk(const char *v, const char *s, int d)
19 fprintf(stderr, "LTC_ARGCHK '%s' failure on line %d of file %s\n",
25 /* ref: $Format:%D$ */
26 /* git commit: $Format:%H$ */
27 /* commit time: $Format:%ai$ */