Skip to content
Snippets Groups Projects
Commit 387b4919 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix sidh key print

parent a0b176f8
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,
jww.TRACE.Printf("AuthRequest PARTNERPUBKEY: %v",
partner.DhPubKey.TextVerbose(16, 0))
jww.TRACE.Printf("AuthRequest MYSIDHPUBKEY: %s",
sidhPub)
util.StringSIDHPubKey(sidhPub))
jww.TRACE.Printf("AuthRequest HistoricalPUBKEY: %v",
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