Fix LUC validation test

This commit is contained in:
Jeffrey Walton 2021-03-20 00:46:54 -04:00
parent f7757ebde1
commit a88f0d19c1
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -267,7 +267,7 @@ bool ValidateLUC_Encrypt()
std::cout << "LUC::PrivateKey encoding and decoding\n";
}
{
FileSource keys(DataDir("TestData/rabi1024.dat").c_str(), true, new HexDecoder);
FileSource keys(DataDir("TestData/luc1024.dat").c_str(), true, new HexDecoder);
LUC::PrivateKey lucPriv; lucPriv.BERDecode(keys);
LUC::PublicKey lucPub(lucPriv);