poly1305_donna.h 293 B

123456789101112
  1. #ifndef poly1305_donna_H
  2. #define poly1305_donna_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_donna_implementation;
  8. #endif /* poly1305_donna_H */