eccrypto.plg
来自「椭圆曲线密码系统教程和相关源代码,是非常难得的学术资料」· PLG 代码 · 共 146 行 · 第 1/3 页
PLG
146 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: eccrypto - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\laoli555\LOCALS~1\Temp\RSP22.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/eccrypto.pdb" /debug /machine:I386 /out:"Debug/eccrypto.exe" /pdbtype:sept
.\Debug\eccrypto.obj
]
Creating command line "link.exe @C:\DOCUME~1\laoli555\LOCALS~1\Temp\RSP22.tmp"
<h3>Output Window</h3>
Linking...
eccrypto.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall CryptoPP::Integer::BitCount(void)const " (?BitCount@Integer@CryptoPP@@QBEIXZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::Integer::Integer(class CryptoPP::Integer const &)" (??0Integer@CryptoPP@@QAE@ABV01@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::Integer::Integer(void)" (??0Integer@CryptoPP@@QAE@XZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall CryptoPP::Integer::ByteCount(void)const " (?ByteCount@Integer@CryptoPP@@QBEIXZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CryptoPP::PK_FixedLengthCryptoSystem::CipherTextLength(unsigned int)const " (?CipherTextLength@PK_FixedLengthCryptoSystem@CryptoPP@@UBEII@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CryptoPP::PK_FixedLengthCryptoSystem::MaxPlainTextLength(unsigned int)const " (?MaxPlainTextLength@PK_FixedLengthCryptoSystem@CryptoPP@@UBEII@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall CryptoPP::PK_FixedLengthDecryptor::Decrypt(unsigned char const *,unsigned int,unsigned char *)" (?Decrypt@PK_FixedLengthDecryptor@CryptoPP@@UAEIPBEIPAE@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::EcPrecomputation<class CryptoPP::EC2N>::~EcPrecomputation<class CryptoPP::EC2N>(void)" (??1?$EcPrecomputation@VEC2N@CryptoPP@@@CryptoPP@@QAE@XZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::EcPrecomputation<class CryptoPP::EC2N>::EcPrecomputation<class CryptoPP::EC2N>(class CryptoPP::EC2N const &,struct CryptoPP::EC2NPoint const &,unsigned int,unsigned int)" (??0?$EcPrecomputation@VEC2N@CryptoPP@@@CryptoPP@@QAE@ABVEC2N@1@ABUEC2NPoint@1@II@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::EcPrecomputation<class CryptoPP::EC2N>::Precompute(struct CryptoPP::EC2NPoint const &,unsigned int,unsigned int)" (?Precompute@?$EcPrecomputation@VEC2N@CryptoPP@@@CryptoPP@@QAEXABUEC2NPoint@2@II@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::EcPrecomputation<class CryptoPP::EC2N>::Load(class CryptoPP::BufferedTransformation &)" (?Load@?$EcPrecomputation@VEC2N@CryptoPP@@@CryptoPP@@QAEXAAVBufferedTransformation@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::EcPrecomputation<class CryptoPP::EC2N>::Save(class CryptoPP::BufferedTransformation &)const " (?Save@?$EcPrecomputation@VEC2N@CryptoPP@@@CryptoPP@@QBEXAAVBufferedTransformation@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "void __cdecl CryptoPP::xorbuf(unsigned char *,unsigned char const *,unsigned int)" (?xorbuf@CryptoPP@@YAXPAEPBEI@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall CryptoPP::PolynomialMod2::Encode(unsigned char *,unsigned int)const " (?Encode@PolynomialMod2@CryptoPP@@QBEIPAEI@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: struct CryptoPP::EC2NPoint __thiscall CryptoPP::EcPrecomputation<class CryptoPP::EC2N>::Multiply(class CryptoPP::Integer const &)const " (?Multiply@?$EcPrecomputation@VEC2N@CryptoPP@@@CryptoPP@@QBE?AUEC2NPoint@2@ABVInteger@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::Integer::Integer(class CryptoPP::RandomNumberGenerator &,class CryptoPP::Integer const &,class CryptoPP::Integer const &,enum CryptoPP::Integer::RandomNumberType,class CryptoPP::Integer const &,class CryptoPP::Integer const &)" (??0Integer@CryptoPP@@QAE@AAVRandomNumberGenerator@1@ABV01@1W4RandomNumberType@01@11@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "class CryptoPP::Integer __cdecl CryptoPP::operator-(class CryptoPP::Integer const &,class CryptoPP::Integer const &)" (??GCryptoPP@@YA?AVInteger@0@ABV10@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: static class CryptoPP::Integer const & __cdecl CryptoPP::Integer::Zero(void)" (?Zero@Integer@CryptoPP@@SAABV12@XZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: static class CryptoPP::Integer const & __cdecl CryptoPP::Integer::One(void)" (?One@Integer@CryptoPP@@SAABV12@XZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::Integer::Integer(long)" (??0Integer@CryptoPP@@QAE@J@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "class CryptoPP::Integer __cdecl CryptoPP::operator%(class CryptoPP::Integer const &,class CryptoPP::Integer const &)" (??LCryptoPP@@YA?AVInteger@0@ABV10@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "class CryptoPP::Integer __cdecl CryptoPP::operator+(class CryptoPP::Integer const &,class CryptoPP::Integer const &)" (??HCryptoPP@@YA?AVInteger@0@ABV10@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CryptoPP::Integer::operator!(void)const " (??7Integer@CryptoPP@@QBE_NXZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: struct CryptoPP::EC2NPoint __thiscall CryptoPP::EcPrecomputation<class CryptoPP::EC2N>::CascadeMultiply(class CryptoPP::Integer const &,class CryptoPP::EcPrecomputation<class CryptoPP::EC2N> const &,class CryptoPP::Integer const &)const " (?CascadeMultiply@?$EcPrecomputation@VEC2N@CryptoPP@@@CryptoPP@@QBE?AUEC2NPoint@2@ABVInteger@2@ABV12@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::Integer::Integer(unsigned char const *,unsigned int,enum CryptoPP::Integer::Signedness)" (??0Integer@CryptoPP@@QAE@PBEIW4Signedness@01@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall CryptoPP::PolynomialMod2::ByteCount(void)const " (?ByteCount@PolynomialMod2@CryptoPP@@QBEIXZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: int __thiscall CryptoPP::Integer::Compare(class CryptoPP::Integer const &)const " (?Compare@Integer@CryptoPP@@QBEHABV12@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: class CryptoPP::Integer & __thiscall CryptoPP::Integer::operator>>=(unsigned int)" (??_2Integer@CryptoPP@@QAEAAV01@I@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::Integer::Decode(unsigned char const *,unsigned int,enum CryptoPP::Integer::Signedness)" (?Decode@Integer@CryptoPP@@QAEXPBEIW4Signedness@12@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::EcPrecomputation<class CryptoPP::ECP>::~EcPrecomputation<class CryptoPP::ECP>(void)" (??1?$EcPrecomputation@VECP@CryptoPP@@@CryptoPP@@QAE@XZ)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::EcPrecomputation<class CryptoPP::ECP>::EcPrecomputation<class CryptoPP::ECP>(class CryptoPP::ECP const &,struct CryptoPP::ECPPoint const &,unsigned int,unsigned int)" (??0?$EcPrecomputation@VECP@CryptoPP@@@CryptoPP@@QAE@ABVECP@1@ABUECPPoint@1@II@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::EcPrecomputation<class CryptoPP::ECP>::Precompute(struct CryptoPP::ECPPoint const &,unsigned int,unsigned int)" (?Precompute@?$EcPrecomputation@VECP@CryptoPP@@@CryptoPP@@QAEXABUECPPoint@2@II@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::EcPrecomputation<class CryptoPP::ECP>::Load(class CryptoPP::BufferedTransformation &)" (?Load@?$EcPrecomputation@VECP@CryptoPP@@@CryptoPP@@QAEXAAVBufferedTransformation@2@@Z)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?