Skip to content
Snippets Groups Projects
Commit 5001f581 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Merge branch 'api2.0' of git.xx.network:elixxir/client into api2.0

parents 5c5930bb 387b4919
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
...@@ -120,7 +120,7 @@ func (s *state) request(partner contact.Contact, myfacts fact.FactList, ...@@ -120,7 +120,7 @@ func (s *state) request(partner contact.Contact, myfacts fact.FactList,
jww.TRACE.Printf("AuthRequest PARTNERPUBKEY: %v", jww.TRACE.Printf("AuthRequest PARTNERPUBKEY: %v",
partner.DhPubKey.TextVerbose(16, 0)) partner.DhPubKey.TextVerbose(16, 0))
jww.TRACE.Printf("AuthRequest MYSIDHPUBKEY: %s", jww.TRACE.Printf("AuthRequest MYSIDHPUBKEY: %s",
sidhPub) util.StringSIDHPubKey(sidhPub))
jww.TRACE.Printf("AuthRequest HistoricalPUBKEY: %v", jww.TRACE.Printf("AuthRequest HistoricalPUBKEY: %v",
historicalDHPub.TextVerbose(16, 0)) historicalDHPub.TextVerbose(16, 0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment