• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Sha1Prepare.cpp
2 
3 #include "StdAfx.h"
4 
5 #include "../../C/Sha1.h"
6 
CSha1PrepareCSha1Prepare7 static struct CSha1Prepare { CSha1Prepare() { Sha1Prepare(); } } g_Sha1Prepare;
8