Skip to content

Commit

Permalink
Merge pull request #199 from xmtp/rygine/update-message-hsitory-reply
Browse files Browse the repository at this point in the history
Update `MessageHistoryReply` proto
  • Loading branch information
rygine authored Aug 28, 2024
2 parents 7bf356b + eab4303 commit 92ce6c4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions proto/mls/message_contents/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,5 @@ message MessageHistoryReply {
// Where the messages can be retrieved from
string url = 2;
// Generated input 'secret' for the AES Key used to encrypt the message-bundle
MessageHistoryKeyType encryption_key = 3;
// Generated input 'secret' for the HMAC Key used to sign the bundle_hash
MessageHistoryKeyType signing_key = 4;
// HMAC Signature of the message-bundle
bytes bundle_hash = 5;
}

// Key used to encrypt or sign the message-bundle
message MessageHistoryKeyType {
oneof key { bytes chacha20_poly1305 = 1; }
bytes encryption_key = 3;
}

0 comments on commit 92ce6c4

Please sign in to comment.