7zip/CPP/Common/Sha512Prepare.cpp

8 lines
160 B
C++
Raw Normal View History

2024-11-29 01:00:00 +01:00
// Sha512Prepare.cpp
#include "StdAfx.h"
#include "../../C/Sha512.h"
static struct CSha512Prepare { CSha512Prepare() { Sha512Prepare(); } } g_Sha512Prepare;