From 609e42be75589f91179d218e24f5e35a7124abfd Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 6 Dec 2017 13:53:22 +0000 Subject: [PATCH] One more test --- test/default/xchacha20.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/default/xchacha20.c b/test/default/xchacha20.c index 5d75c6cb..07eafcc5 100644 --- a/test/default/xchacha20.c +++ b/test/default/xchacha20.c @@ -291,6 +291,7 @@ tv_secretbox_xchacha20poly1305(void) assert(crypto_secretbox_xchacha20poly1305_keybytes() == crypto_secretbox_xchacha20poly1305_KEYBYTES); assert(crypto_secretbox_xchacha20poly1305_noncebytes() == crypto_secretbox_xchacha20poly1305_NONCEBYTES); assert(crypto_secretbox_xchacha20poly1305_macbytes() == crypto_secretbox_xchacha20poly1305_MACBYTES); + assert(crypto_secretbox_xchacha20poly1305_messagebytes_max() == crypto_secretbox_xchacha20poly1305_MESSAGEBYTES_MAX); printf("tv_secretbox_xchacha20: ok\n"); }