Skip to content

Instantly share code, notes, and snippets.

View Jargon64's full-sized avatar

James Jarman Jargon64

View GitHub Profile
// Base code taken from
// https://github.com/mfontanini/Programs-Scripts/blob/master/constexpr_hashes/md5.h
// and expanded to include a main function
#ifndef CONSTEXPR_HASH_MD5_H
#define CONSTEXPR_HASH_MD5_H
#include <array>
#include <iostream>
#include <cstdint>