]> git.ipfire.org Git - thirdparty/nettle.git/commit
poly1305: make internal symbols internal
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 14 Apr 2020 10:53:10 +0000 (13:53 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 15 Apr 2020 17:50:43 +0000 (19:50 +0200)
commitc840b91d3e5055e2c72f8361a6b6995ae04e7b3c
tree9d1063fbd013d19e739faed450b924d56b09095d
parent07da509867bc46846de6c9ee98bcacc6578c9994
poly1305: make internal symbols internal

Make low-level poly1305 functions that were marked as "internal" in
public header file really internal. Change their prefix from nettle to
_nettle.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
chacha-poly1305.c
poly1305-aes.c
poly1305-internal.c
poly1305-internal.h [new file with mode: 0644]
poly1305.h
x86_64/poly1305-internal.asm