Skip to content

Commit

Permalink
Merge pull request #138 from xmtp/rygine/add-getV2ConversationHmacKey…
Browse files Browse the repository at this point in the history
…s-request

Add `GetConversationHmacKeysRequest` proto
  • Loading branch information
rygine authored Jan 24, 2024
2 parents 990ef6f + 67bc54a commit 0812c20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/keystore_api/v1/keystore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ message TopicMap {
map<string, TopicData> topics = 1;
}

// Used to get a mapping of conversation topics to their HMAC keys
message GetConversationHmacKeysRequest {
repeated string topics = 1;
}

// A mapping of topics to their HMAC keys
message GetConversationHmacKeysResponse {
// HmacKeyData wraps the HMAC key and the number of 30 day periods since epoch
Expand Down

0 comments on commit 0812c20

Please sign in to comment.