Putty -> Crypto++

This commit is contained in:
Chris Danford
2004-05-13 06:02:32 +00:00
parent eb50104f37
commit 890cac4c24
95 changed files with 26262 additions and 143 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