mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
decryption of key image file added using private view key
This commit is contained in:
parent
a59b85192f
commit
e08b45e2b3
1 changed files with 5 additions and 5 deletions
10
src/page.h
10
src/page.h
|
@ -2040,11 +2040,11 @@ namespace xmreg {
|
||||||
const size_t chacha_length = sizeof(crypto::chacha8_key);
|
const size_t chacha_length = sizeof(crypto::chacha8_key);
|
||||||
|
|
||||||
|
|
||||||
cout << header_lenght << endl;
|
// cout << header_lenght << endl;
|
||||||
cout << key_img_size << endl;
|
// cout << key_img_size << endl;
|
||||||
cout << record_lenght << endl;
|
// cout << record_lenght << endl;
|
||||||
cout << decoded_raw_data.size() - header_lenght << endl;
|
// cout << decoded_raw_data.size() - header_lenght << endl;
|
||||||
cout << (decoded_raw_data.size() - header_lenght) % record_lenght << endl;
|
// cout << (decoded_raw_data.size() - header_lenght) % record_lenght << endl;
|
||||||
|
|
||||||
if (decoded_raw_data.size() < header_lenght)
|
if (decoded_raw_data.size() < header_lenght)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue