Skip to content

Instantly share code, notes, and snippets.

@0x3f00
0x3f00 / Base64.h
Last active July 10, 2021 07:54 — forked from tomykaira/Base64.h
C++ single header base64 decode/encoder.
#ifndef _MACARON_BASE64_H_
#define _MACARON_BASE64_H_
/**
* The MIT License (MIT)
* Copyright (c) 2016 tomykaira
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including