2004-05-13 06:02:32 +00:00
|
|
|
// algparam.cpp - written and placed in the public domain by Wei Dai
|
|
|
|
|
|
2006-08-13 20:13:07 +00:00
|
|
|
#include "global.h"
|
2004-05-13 06:02:32 +00:00
|
|
|
#include "pch.h"
|
|
|
|
|
#include "algparam.h"
|
|
|
|
|
|
2006-02-03 19:58:38 +00:00
|
|
|
namespace CryptoPP {
|
2004-05-13 06:02:32 +00:00
|
|
|
|
|
|
|
|
bool (*AssignIntToInteger)(const std::type_info &valueType, void *pInteger, const void *pInt) = NULL;
|
|
|
|
|
|
2006-02-03 19:58:38 +00:00
|
|
|
}
|