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

SIDH Fixes and passing tests

parent 6920dfa3
No related branches found
No related tags found
2 merge requests!117Release,!73Quantum secure xx messenger key negotiation
...@@ -197,11 +197,11 @@ func (sr *SentRequest) GetMyPubKey() *cyclic.Int { ...@@ -197,11 +197,11 @@ func (sr *SentRequest) GetMyPubKey() *cyclic.Int {
return sr.myPubKey return sr.myPubKey
} }
func (sr *SentRequest) GetMySidhPrivKeyA() *sidh.PrivateKey { func (sr *SentRequest) GetMySIDHPrivKey() *sidh.PrivateKey {
return sr.mySidHPrivKeyA return sr.mySidHPrivKeyA
} }
func (sr *SentRequest) GetMySidhPubKeyA() *sidh.PublicKey { func (sr *SentRequest) GetMySIDHPubKey() *sidh.PublicKey {
return sr.mySidHPubKeyA return sr.mySidHPubKeyA
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment