Browse Source

hunting down source of HBC issue

Stan Gurtler 2 years ago
parent
commit
21c18fa24a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      prsona/src/base.cpp

+ 2 - 0
prsona/src/base.cpp

@@ -115,6 +115,8 @@ bool PrsonaBase::set_EG_blind_generator(
         return false;
     }
 
+    std::cout << "EG Blind Generator: " << std::hex << currGenerator << std::dec << std::endl;
+
     elGamalBlindGeneratorProof = pi;
     elGamalBlindGenerator = currGenerator;
     return true;