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

#include "StdAfx.h"

#include "../../C/Sha256.h"

static struct CSha256Prepare { CSha256Prepare() { Sha256Prepare(); } } g_Sha256Prepare;