1 2 3 4 5 6 7 8
#ifndef aegis128l_soft_H #define aegis128l_soft_H #include "implementations.h" extern struct aegis128l_implementation aegis128l_soft_implementation; #endif