mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
7 lines
177 B
C
7 lines
177 B
C
#define UMAC_OUTPUT_LEN 16
|
|
#define umac_new umac128_new
|
|
#define umac_update umac128_update
|
|
#define umac_final umac128_final
|
|
#define umac_delete umac128_delete
|
|
#include "umac.c"
|