Remove verification tag.

1) Remove verification tag from PreKeyWhisperMessage.

2) Include sender and recipient identity keys in the MAC of
   each WhisperMessage.
This commit is contained in:
Moxie Marlinspike
2014-07-23 21:46:19 -07:00
parent 641ac9aed9
commit 5ea3b3038e
13 changed files with 79 additions and 555 deletions

View File

@@ -16,7 +16,6 @@ message PreKeyWhisperMessage {
optional uint32 signedPreKeyId = 6;
optional bytes baseKey = 2;
optional bytes identityKey = 3;
optional bytes verification = 7;
optional bytes message = 4; // WhisperMessage
}