Hello,
вт, 14 апр. 2020 г. в 08:19, Niels Möller nisse@lysator.liu.se:
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?
Oh. I should not be sending patches at 4 a.m. I'll send V2 soon.
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?
Yes, "[PATCH v2 3/6] gosthash94: switch to using MD_UPDATE() macro". It was sent in July of 2019.