• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Sha512Prepare.cpp
2 
3 #include "StdAfx.h"
4 
5 #include "../../C/Sha512.h"
6 
CSha512PrepareCSha512Prepare7 static struct CSha512Prepare { CSha512Prepare() { Sha512Prepare(); } } g_Sha512Prepare;
8