On Thu, Feb 14, 2019 at 10:27:48AM -0800, Eric Biggers wrote:
> From: Eric Biggers <[email protected]>
> 
> This is needed to test that the end of the message is zero-padded when
> the length is not a multiple of 16 (NH_MESSAGE_UNIT).  It's already
> tested indirectly by the 31-byte Adiantum test vector, but it should be
> tested directly at the nhpoly1305 level too.
> 
> As with the other nhpoly1305 test vectors, this was generated by the
> reference Python implementation at https://github.com/google/adiantum
> and then automatically formatted for testmgr by a script.
> 
> Signed-off-by: Eric Biggers <[email protected]>
> ---
>  crypto/testmgr.h | 144 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 144 insertions(+)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to