diff options
author | Mattias Andrée <maandree@kth.se> | 2022-03-19 22:33:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-03-19 22:33:46 +0100 |
commit | b5508dd1088acfc31a8a92fd9798fced0bcb41b3 (patch) | |
tree | 54bea20b98ed9848727230ff994e708e35e7a87d /libar2.h | |
parent | test: check libar2_decode_base64 with buffer overlap (diff) | |
download | libar2-3253890a8176721af589de6f18d6533c0f06958a.tar.gz libar2-3253890a8176721af589de6f18d6533c0f06958a.tar.bz2 libar2-3253890a8176721af589de6f18d6533c0f06958a.tar.xz |
libar2_encode_base64: fix support for overlap1.2.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libar2.h')
-rw-r--r-- | libar2.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -552,6 +552,7 @@ size_t libar2_encode_params(char *buf, const struct libar2_argon2_parameters *pa */ LIBAR2_PUBLIC__ size_t libar2_encode_base64(char *buf, const void *data, size_t len); +#define libar2_encode_base64_overlap_support libar2_encode_base64 /** * Decode hashing parameters |