add cryptlib

This commit is contained in:
Chris Danford
2004-02-14 09:43:50 +00:00
parent d92d1d4127
commit 15c5d3eb26
299 changed files with 63201 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
// algparam.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "algparam.h"
NAMESPACE_BEGIN(CryptoPP)
bool (*AssignIntToInteger)(const std::type_info &valueType, void *pInteger, const void *pInt) = NULL;
NAMESPACE_END