2004-05-13 06:02:32 +00:00
|
|
|
// 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
|