diff options
Diffstat (limited to 'poly1305-aes.c')
-rw-r--r-- | poly1305-aes.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/poly1305-aes.c b/poly1305-aes.c index d3846a4f..26c26859 100644 --- a/poly1305-aes.c +++ b/poly1305-aes.c @@ -41,13 +41,6 @@ poly1305_aes_set_nonce (struct poly1305_aes_ctx *ctx, } void -poly1305_aes_update (struct poly1305_aes_ctx *ctx, - size_t length, const uint8_t * data) -{ - POLY1305_UPDATE(ctx, length, data); -} - -void poly1305_aes_digest (struct poly1305_aes_ctx *ctx, size_t length, uint8_t * digest) { |