Dmitry Baryshkov dbaryshkov@gmail.com writes:
Make low-level poly1305 functions that were marked as "internal" in public header file really internal. Change their prefix from nettle to _nettle.
Thanks. But it looks like the a file poly1305-internal.h is missing in the patch?
This is a kind of ABI break, in that it removes symbols previously exposed (even by accident) in an installed header file. But it seems we may have to bump libnettle soname anyway, to not break existing gnutls installs on upgrading nettle.
IIRC, you also had a small cleanup for gosthash, which I didn't merge for ABI reasons?
Regards, /Niels