mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove crypto_onetimeauth_poly1305_donna_implementation_name() prototype
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
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,
|
||||
@@ -30,4 +28,4 @@ static int crypto_onetimeauth_poly1305_donna_update(crypto_onetimeauth_poly1305_
|
||||
static int crypto_onetimeauth_poly1305_donna_final(crypto_onetimeauth_poly1305_state *state,
|
||||
unsigned char *out);
|
||||
|
||||
#endif /* __POLY1305_DONNA_H__ */
|
||||
#endif /* poly1305_donna_H */
|
||||
|
||||
@@ -205,4 +205,3 @@ poly1305_finish(poly1305_state_internal_t *st, unsigned char mac[16])
|
||||
/* zero out the state */
|
||||
sodium_memzero((void *)st, sizeof *st);
|
||||
}
|
||||
|
||||
|
||||
@@ -200,4 +200,3 @@ poly1305_finish(poly1305_state_internal_t *st, unsigned char mac[16])
|
||||
/* zero out the state */
|
||||
sodium_memzero((void *)st, sizeof *st);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user