symm/poly1305.c: Implement `flushzero' to zero-pad to a block boundary.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Apr 2017 14:48:27 +0000 (15:48 +0100)
commit20400191b65175cbb516bf93b2da1650b3f74b0d
tree2f27fc087e96fe4d096c554a2ee6bb446fee2299
parent47af781c8f727c45d0f74584f5f67521a4cbdfcb
symm/poly1305.c: Implement `flushzero' to zero-pad to a block boundary.

I prefer plain `flush', but not all implementations expose it.  The
`flushzero' operation is the one wanted by RFC7539 AEAD.
symm/poly1305.c
symm/poly1305.h