crypto_onetimeauth.h 577 B

1234567891011121314
  1. #ifndef crypto_onetimeauth_H
  2. #define crypto_onetimeauth_H
  3. #include "crypto_onetimeauth_poly1305.h"
  4. #define crypto_onetimeauth crypto_onetimeauth_poly1305
  5. #define crypto_onetimeauth_verify crypto_onetimeauth_poly1305_verify
  6. #define crypto_onetimeauth_BYTES crypto_onetimeauth_poly1305_BYTES
  7. #define crypto_onetimeauth_KEYBYTES crypto_onetimeauth_poly1305_KEYBYTES
  8. #define crypto_onetimeauth_PRIMITIVE "poly1305"
  9. #define crypto_onetimeauth_IMPLEMENTATION crypto_onetimeauth_poly1305_IMPLEMENTATION
  10. #define crypto_onetimeauth_VERSION crypto_onetimeauth_poly1305_VERSION
  11. #endif