From b5508dd1088acfc31a8a92fd9798fced0bcb41b3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 19 Mar 2022 22:33:41 +0100 Subject: libar2_encode_base64: fix support for overlap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libar2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libar2.h') diff --git a/libar2.h b/libar2.h index 8343a8f..dc877af 100644 --- a/libar2.h +++ b/libar2.h @@ -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 -- cgit v1.2.3-70-g09d2