mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fix LUC validation test
This commit is contained in:
parent
f7757ebde1
commit
a88f0d19c1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user