poly1305_sse2.h 289 B

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