DelphinusQuercus
Results
1
comments of
DelphinusQuercus
Probably the easiest way to solve this problem is to change the cryptonote-util/src/crypto/crypto.cpp line which calculates the full rs_comm size: ``` // return sizeof(rs_comm) + pubs_count * sizeof(rs_comm().ab[0]); return sizeof(rs_comm)...