chiark / gitweb /
Added SAFER block cipher.
[catacomb] / safersk.c
1 /* -*-c-*-
2  *
3  * $Id: safersk.c,v 1.1 2001/04/29 17:37:35 mdw Exp $
4  *
5  * Stub source for SAFER SK
6  *
7  * (c) 2001 Straylight/Edgeware
8  */
9
10 #include "blkc.h"
11 #include "safersk.h"
12
13 const char *safersk_magic = "Compile this useless file";
14
15 BLKC_TEST(SAFERSK, safersk)
16