Skip to content
Snippets Groups Projects
Commit 773f6375 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

made the hander print the digest of the e2e encrypted message, not the decrypted one

parent a9a49b82
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ func (m *Manager) handleMessage(ecrMsg format.Message, identity reception.Identi
}
jww.INFO.Printf("Received message of type %s from %s," +
" msgDigest: %s", encTy, sender, msg.Digest())
" msgDigest: %s", encTy, sender, ecrMsg.Digest())
// Process the decrypted/unencrypted message partition, to see if
// we get a full message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment