summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/lilliput-ae.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/lilliput-ae.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/lilliput-ae.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/lilliput-ae.h b/crypto_aead/lilliputaei128v1/ref/lilliput-ae.h
index d5c19b3..6e9d735 100644
--- a/crypto_aead/lilliputaei128v1/ref/lilliput-ae.h
+++ b/crypto_aead/lilliputaei128v1/ref/lilliput-ae.h
@@ -8,6 +8,7 @@
#include "parameters.h"
+/* TODO: replace c_len with m_len */
void lilliput_ae_encrypt(
size_t message_len, const uint8_t message[message_len],
size_t auth_data_len, const uint8_t auth_data[auth_data_len],