From 538236772ce6edde390079c32533c1e70cf8bdca Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 6 Oct 2017 14:26:44 +0200 Subject: Implement BASE64 decoding of locations given by dictionary index --- src/util/base64.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/util/base64.h (limited to 'src/util/base64.h') diff --git a/src/util/base64.h b/src/util/base64.h new file mode 100644 index 0000000..448609d --- /dev/null +++ b/src/util/base64.h @@ -0,0 +1,10 @@ +#pragma once + +#include +#include + +namespace dictzip { + +std::size_t base64_decode(const std::string& encoded); + +} -- cgit v1.2.3