|
|
@ -1,6 +1,6 @@ |
|
|
|
/* |
|
|
|
* Further optimized test implementation of SKIPJACK algorithm |
|
|
|
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98 |
|
|
|
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98 |
|
|
|
* Optimizations suit RISC (lots of registers) machine best. |
|
|
|
* |
|
|
|
* based on unoptimized implementation of |
|
|
@ -13,7 +13,7 @@ |
|
|
|
|
|
|
|
#include <sys/param.h> |
|
|
|
#include <skipjack.h> |
|
|
|
#include <sys/malloc.h> |
|
|
|
#include <stdlib.h> |
|
|
|
|
|
|
|
static const u_int8_t ftable[0x100] = |
|
|
|
{ |
|
|
|