aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/Sha512Prepare.cpp
blob: e7beff5185ee78c76d56f23d6f4f7137950b07f0 (plain)
1
2
3
4
5
6
7
// Sha512Prepare.cpp

#include "StdAfx.h"

#include "../../C/Sha512.h"

static struct CSha512Prepare { CSha512Prepare() { Sha512Prepare(); } } g_Sha512Prepare;