symm/latinpoly-def.h, etc.: Refactor in preparation for a related scheme.
[catacomb] / symm / latinpoly.c
index de73025..a4aad36 100644 (file)
@@ -48,7 +48,7 @@ const octet
 
 /* AAD handling. */
 
-void latinpoly_aadhash(gaead_aad *a, const void *h, size_t hsz)
+void latinpoly_aadhash_poly1305(gaead_aad *a, const void *h, size_t hsz)
 {
   latinpoly_aad *aad = (latinpoly_aad *)a;
   poly1305_hash(&aad->poly, h, hsz);