• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Sha256Prepare.cpp
2 
3 #include "StdAfx.h"
4 
5 #include "../../C/Sha256.h"
6 
CSha256PrepareCSha256Prepare7 static struct CSha256Prepare { CSha256Prepare() { Sha256Prepare(); } } g_Sha256Prepare;
8