Skip to content

Commit

Permalink
update enc schema
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 28, 2024
1 parent 49e634e commit 3a8421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/mls/message_contents/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ message DeviceSyncReply {
// Key used to encrypt the message-bundle
message DeviceSyncKeyType {
oneof key {
bytes chacha20_poly1305 = 1;
bytes aes_256_gcm = 1;
}
}

Expand Down

0 comments on commit 3a8421d

Please sign in to comment.