Re: [cryptopp-users] Undefined reference to BufferedTransformation

2018-01-13 Thread zavodnyrichard
The same error when trying to hash string using *StringSource*. Dne sobota 13. ledna 2018 14:23:30 UTC+1 Marcel Raad napsal(a): > > Am 13.01.2018 14:20 schrieb >: > > Does anybody know why I'm getting this error? > https://pastebin.com/YeGA4dgN > > I just want make fingerprint of a file and put i

Re: [cryptopp-users] Undefined reference to BufferedTransformation

2018-01-13 Thread Marcel Raad
Am 13.01.2018 14:20 schrieb : Does anybody know why I'm getting this error? https://pastebin.com/YeGA4dgN I just want make fingerprint of a file and put it into string. CryptoPP::SHA256 sha256Hasher; CryptoPP::FileSource createFileFingerprint(filePath.c_str(), true, new CryptoPP::HashFilter(sha2

[cryptopp-users] Undefined reference to BufferedTransformation

2018-01-13 Thread zavodnyrichard
Does anybody know why I'm getting this error? https://pastebin.com/YeGA4dgN I just want make fingerprint of a file and put it into string. CryptoPP::SHA256 sha256Hasher; CryptoPP::FileSource createFileFingerprint(filePath.c_str(), true, new CryptoPP::HashFilter(sha256Hasher, new CryptoPP::HexEnc