1 #ifndef poly1305_sse2_H 2 #define poly1305_sse2_H 3 4 #include <stddef.h> 5 6 #include "../onetimeauth_poly1305.h" 7 #include "crypto_onetimeauth_poly1305.h" 8 9 extern struct crypto_onetimeauth_poly1305_implementation 10 crypto_onetimeauth_poly1305_sse2_implementation; 11 12 #endif /* poly1305_sse2_H */ 13