eccrypto.plg
来自「椭圆曲线密码系统教程和相关源代码,是非常难得的学术资料」· PLG 代码 · 共 146 行 · 第 1/3 页
PLG
146 行
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::EcPrecomputation<class CryptoPP::ECP>::Save(class CryptoPP::BufferedTransformation &)const " (?Save@?$EcPrecomputation@VECP@CryptoPP@@@CryptoPP@@QBEXAAVBufferedTransformation@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall CryptoPP::Integer::Encode(unsigned char *,unsigned int,enum CryptoPP::Integer::Signedness)const " (?Encode@Integer@CryptoPP@@QBEIPAEIW4Signedness@12@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: struct CryptoPP::ECPPoint __thiscall CryptoPP::EcPrecomputation<class CryptoPP::ECP>::Multiply(class CryptoPP::Integer const &)const " (?Multiply@?$EcPrecomputation@VECP@CryptoPP@@@CryptoPP@@QBE?AUECPPoint@2@ABVInteger@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: struct CryptoPP::ECPPoint __thiscall CryptoPP::EcPrecomputation<class CryptoPP::ECP>::CascadeMultiply(class CryptoPP::Integer const &,class CryptoPP::EcPrecomputation<class CryptoPP::ECP> const &,class CryptoPP::Integer const &)const " (?CascadeMultiply@?$EcPrecomputation@VECP@CryptoPP@@@CryptoPP@@QBE?AUECPPoint@2@ABVInteger@2@ABV12@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: void __thiscall CryptoPP::PolynomialMod2::Decode(unsigned char const *,unsigned int)" (?Decode@PolynomialMod2@CryptoPP@@QAEXPBEI@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: __thiscall CryptoPP::PolynomialMod2::PolynomialMod2(class CryptoPP::PolynomialMod2 const &)" (??0PolynomialMod2@CryptoPP@@QAE@ABV01@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::EC2NPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::EC2NPoint>::CascadeIntMultiply(struct CryptoPP::EC2NPoint const &,class CryptoPP::Integer const &,struct CryptoPP::EC2NPoint const &,class CryptoPP::Integer const &)const " (?CascadeIntMultiply@?$AbstractGroup@UEC2NPoint@CryptoPP@@@CryptoPP@@UBE?AUEC2NPoint@2@ABU32@ABVInteger@2@01@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::EC2NPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::EC2NPoint>::IntMultiply(struct CryptoPP::EC2NPoint const &,class CryptoPP::Integer const &)const " (?IntMultiply@?$AbstractGroup@UEC2NPoint@CryptoPP@@@CryptoPP@@UBE?AUEC2NPoint@2@ABU32@ABVInteger@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::EC2NPoint & __thiscall CryptoPP::AbstractGroup<struct CryptoPP::EC2NPoint>::Reduce(struct CryptoPP::EC2NPoint &,struct CryptoPP::EC2NPoint const &)const " (?Reduce@?$AbstractGroup@UEC2NPoint@CryptoPP@@@CryptoPP@@UBEAAUEC2NPoint@2@AAU32@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::EC2NPoint & __thiscall CryptoPP::AbstractGroup<struct CryptoPP::EC2NPoint>::Accumulate(struct CryptoPP::EC2NPoint &,struct CryptoPP::EC2NPoint const &)const " (?Accumulate@?$AbstractGroup@UEC2NPoint@CryptoPP@@@CryptoPP@@UBEAAUEC2NPoint@2@AAU32@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::EC2NPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::EC2NPoint>::Subtract(struct CryptoPP::EC2NPoint const &,struct CryptoPP::EC2NPoint const &)const " (?Subtract@?$AbstractGroup@UEC2NPoint@CryptoPP@@@CryptoPP@@UBE?AUEC2NPoint@2@ABU32@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::EC2NPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::EC2NPoint>::Double(struct CryptoPP::EC2NPoint const &)const " (?Double@?$AbstractGroup@UEC2NPoint@CryptoPP@@@CryptoPP@@UBE?AUEC2NPoint@2@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "class CryptoPP::Integer __cdecl CryptoPP::operator*(class CryptoPP::Integer const &,class CryptoPP::Integer const &)" (??DCryptoPP@@YA?AVInteger@0@ABV10@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: class CryptoPP::Integer & __thiscall CryptoPP::Integer::operator=(class CryptoPP::Integer const &)" (??4Integer@CryptoPP@@QAEAAV01@ABV01@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::PolynomialMod2 __thiscall CryptoPP::AbstractGroup<class CryptoPP::PolynomialMod2>::CascadeIntMultiply(class CryptoPP::PolynomialMod2 const &,class CryptoPP::Integer const &,class CryptoPP::PolynomialMod2 const &,class CryptoPP::Integer const &)const " (?CascadeIntMultiply@?$AbstractGroup@VPolynomialMod2@CryptoPP@@@CryptoPP@@UBE?AVPolynomialMod2@2@ABV32@ABVInteger@2@01@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::PolynomialMod2 __thiscall CryptoPP::AbstractGroup<class CryptoPP::PolynomialMod2>::IntMultiply(class CryptoPP::PolynomialMod2 const &,class CryptoPP::Integer const &)const " (?IntMultiply@?$AbstractGroup@VPolynomialMod2@CryptoPP@@@CryptoPP@@UBE?AVPolynomialMod2@2@ABV32@ABVInteger@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::PolynomialMod2 & __thiscall CryptoPP::AbstractGroup<class CryptoPP::PolynomialMod2>::Reduce(class CryptoPP::PolynomialMod2 &,class CryptoPP::PolynomialMod2 const &)const " (?Reduce@?$AbstractGroup@VPolynomialMod2@CryptoPP@@@CryptoPP@@UBEAAVPolynomialMod2@2@AAV32@ABV32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::PolynomialMod2 & __thiscall CryptoPP::AbstractGroup<class CryptoPP::PolynomialMod2>::Accumulate(class CryptoPP::PolynomialMod2 &,class CryptoPP::PolynomialMod2 const &)const " (?Accumulate@?$AbstractGroup@VPolynomialMod2@CryptoPP@@@CryptoPP@@UBEAAVPolynomialMod2@2@AAV32@ABV32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::PolynomialMod2 __thiscall CryptoPP::AbstractGroup<class CryptoPP::PolynomialMod2>::Subtract(class CryptoPP::PolynomialMod2 const &,class CryptoPP::PolynomialMod2 const &)const " (?Subtract@?$AbstractGroup@VPolynomialMod2@CryptoPP@@@CryptoPP@@UBE?AVPolynomialMod2@2@ABV32@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::PolynomialMod2 __thiscall CryptoPP::AbstractGroup<class CryptoPP::PolynomialMod2>::Double(class CryptoPP::PolynomialMod2 const &)const " (?Double@?$AbstractGroup@VPolynomialMod2@CryptoPP@@@CryptoPP@@UBE?AVPolynomialMod2@2@ABV32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CryptoPP::Integer::Randomize(class CryptoPP::RandomNumberGenerator &,class CryptoPP::Integer const &,class CryptoPP::Integer const &,enum CryptoPP::Integer::RandomNumberType,class CryptoPP::Integer const &,class CryptoPP::Integer const &)" (?Randomize@Integer@CryptoPP@@QAE_NAAVRandomNumberGenerator@2@ABV12@1W4RandomNumberType@12@11@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: struct CryptoPP::ECPPoint __thiscall CryptoPP::ECP::Multiply(class CryptoPP::Integer const &,struct CryptoPP::ECPPoint const &)const " (?Multiply@ECP@CryptoPP@@QBE?AUECPPoint@2@ABVInteger@2@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "class CryptoPP::Integer __cdecl CryptoPP::operator/(class CryptoPP::Integer const &,class CryptoPP::Integer const &)" (??KCryptoPP@@YA?AVInteger@0@ABV10@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CryptoPP::EC2N::VerifyPoint(struct CryptoPP::EC2NPoint const &)const " (?VerifyPoint@EC2N@CryptoPP@@QBE_NABUEC2NPoint@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "bool __cdecl CryptoPP::VerifyPrime(class CryptoPP::RandomNumberGenerator &,class CryptoPP::Integer const &)" (?VerifyPrime@CryptoPP@@YA_NAAVRandomNumberGenerator@1@ABVInteger@1@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CryptoPP::EC2N::ValidateParameters(class CryptoPP::RandomNumberGenerator &)const " (?ValidateParameters@EC2N@CryptoPP@@QBE_NAAVRandomNumberGenerator@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: class CryptoPP::Integer __thiscall CryptoPP::Integer::SquareRoot(void)const " (?SquareRoot@Integer@CryptoPP@@QBE?AV12@XZ)
eccrypto.obj : error LNK2001: unresolved external symbol "unsigned int __cdecl CryptoPP::DiscreteLogWorkFactor(unsigned int)" (?DiscreteLogWorkFactor@CryptoPP@@YAII@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: static class CryptoPP::Integer __cdecl CryptoPP::Integer::Power2(unsigned int)" (?Power2@Integer@CryptoPP@@SA?AV12@I@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::ECPPoint>::CascadeIntMultiply(struct CryptoPP::ECPPoint const &,class CryptoPP::Integer const &,struct CryptoPP::ECPPoint const &,class CryptoPP::Integer const &)const " (?CascadeIntMultiply@?$AbstractGroup@UECPPoint@CryptoPP@@@CryptoPP@@UBE?AUECPPoint@2@ABU32@ABVInteger@2@01@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::ECPPoint>::IntMultiply(struct CryptoPP::ECPPoint const &,class CryptoPP::Integer const &)const " (?IntMultiply@?$AbstractGroup@UECPPoint@CryptoPP@@@CryptoPP@@UBE?AUECPPoint@2@ABU32@ABVInteger@2@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint & __thiscall CryptoPP::AbstractGroup<struct CryptoPP::ECPPoint>::Reduce(struct CryptoPP::ECPPoint &,struct CryptoPP::ECPPoint const &)const " (?Reduce@?$AbstractGroup@UECPPoint@CryptoPP@@@CryptoPP@@UBEAAUECPPoint@2@AAU32@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint & __thiscall CryptoPP::AbstractGroup<struct CryptoPP::ECPPoint>::Accumulate(struct CryptoPP::ECPPoint &,struct CryptoPP::ECPPoint const &)const " (?Accumulate@?$AbstractGroup@UECPPoint@CryptoPP@@@CryptoPP@@UBEAAUECPPoint@2@AAU32@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::ECPPoint>::Subtract(struct CryptoPP::ECPPoint const &,struct CryptoPP::ECPPoint const &)const " (?Subtract@?$AbstractGroup@UECPPoint@CryptoPP@@@CryptoPP@@UBE?AUECPPoint@2@ABU32@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint __thiscall CryptoPP::ECP::Double(struct CryptoPP::ECPPoint const &)const " (?Double@ECP@CryptoPP@@UBE?AUECPPoint@2@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint __thiscall CryptoPP::ECP::Inverse(struct CryptoPP::ECPPoint const &)const " (?Inverse@ECP@CryptoPP@@UBE?AUECPPoint@2@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint __thiscall CryptoPP::ECP::Add(struct CryptoPP::ECPPoint const &,struct CryptoPP::ECPPoint const &)const " (?Add@ECP@CryptoPP@@UBE?AUECPPoint@2@ABU32@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall CryptoPP::ECP::Equal(struct CryptoPP::ECPPoint const &,struct CryptoPP::ECPPoint const &)const " (?Equal@ECP@CryptoPP@@UBE_NABUECPPoint@2@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual struct CryptoPP::ECPPoint __thiscall CryptoPP::AbstractGroup<struct CryptoPP::ECPPoint>::Double(struct CryptoPP::ECPPoint const &)const " (?Double@?$AbstractGroup@UECPPoint@CryptoPP@@@CryptoPP@@UBE?AUECPPoint@2@ABU32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::ModularArithmetic::CascadeExponentiate(class CryptoPP::Integer const &,class CryptoPP::Integer const &,class CryptoPP::Integer const &,class CryptoPP::Integer const &)const " (?CascadeExponentiate@ModularArithmetic@CryptoPP@@UBE?AVInteger@2@ABV32@000@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::ModularArithmetic::Exponentiate(class CryptoPP::Integer const &,class CryptoPP::Integer const &)const " (?Exponentiate@ModularArithmetic@CryptoPP@@UBE?AVInteger@2@ABV32@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::ModularArithmetic::MultiplicativeInverse(class CryptoPP::Integer const &)const " (?MultiplicativeInverse@ModularArithmetic@CryptoPP@@UBE?AVInteger@2@ABV32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::AbstractGroup<class CryptoPP::Integer>::CascadeIntMultiply(class CryptoPP::Integer const &,class CryptoPP::Integer const &,class CryptoPP::Integer const &,class CryptoPP::Integer const &)const " (?CascadeIntMultiply@?$AbstractGroup@VInteger@CryptoPP@@@CryptoPP@@UBE?AVInteger@2@ABV32@000@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::AbstractGroup<class CryptoPP::Integer>::IntMultiply(class CryptoPP::Integer const &,class CryptoPP::Integer const &)const " (?IntMultiply@?$AbstractGroup@VInteger@CryptoPP@@@CryptoPP@@UBE?AVInteger@2@ABV32@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer & __thiscall CryptoPP::ModularArithmetic::Reduce(class CryptoPP::Integer &,class CryptoPP::Integer const &)const " (?Reduce@ModularArithmetic@CryptoPP@@UBEAAVInteger@2@AAV32@ABV32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer & __thiscall CryptoPP::ModularArithmetic::Accumulate(class CryptoPP::Integer &,class CryptoPP::Integer const &)const " (?Accumulate@ModularArithmetic@CryptoPP@@UBEAAVInteger@2@AAV32@ABV32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::ModularArithmetic::Subtract(class CryptoPP::Integer const &,class CryptoPP::Integer const &)const " (?Subtract@ModularArithmetic@CryptoPP@@UBE?AVInteger@2@ABV32@0@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::ModularArithmetic::Inverse(class CryptoPP::Integer const &)const " (?Inverse@ModularArithmetic@CryptoPP@@UBE?AVInteger@2@ABV32@@Z)
eccrypto.obj : error LNK2001: unresolved external symbol "public: virtual class CryptoPP::Integer __thiscall CryptoPP::ModularArithmetic::Add(class CryptoPP::Integer const &,class CryptoPP::Integer const &)const " (?Add@ModularArithmetic@CryptoPP@@UBE?AVInteger@2@ABV32@0@Z)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?