Skip to content

Instantly share code, notes, and snippets.

View jesustorresdev's full-sized avatar

Jesús Torres jesustorresdev

View GitHub Profile
@jesustorresdev
jesustorresdev / base64.h
Last active March 28, 2023 21:27 — forked from tomykaira/Base64.h
C++20 constexpr 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