vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h in rbnacl-libsodium-1.0.6 vs vendor/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h in rbnacl-libsodium-1.0.7

- old
+ new

@@ -3,17 +3,13 @@ #include <stddef.h> #include "crypto_onetimeauth_poly1305.h" -typedef crypto_onetimeauth_poly1305_state poly1305_context; - extern struct crypto_onetimeauth_poly1305_implementation crypto_onetimeauth_poly1305_donna_implementation; -static const char *crypto_onetimeauth_poly1305_donna_implementation_name(void); - static int crypto_onetimeauth_poly1305_donna(unsigned char *out, const unsigned char *in, unsigned long long inlen, const unsigned char *k); @@ -30,6 +26,6 @@ unsigned long long inlen); static int crypto_onetimeauth_poly1305_donna_final(crypto_onetimeauth_poly1305_state *state, unsigned char *out); -#endif /* __POLY1305_DONNA_H__ */ +#endif /* poly1305_donna_H */