Update HKDF constants for backups
This commit is contained in:
parent
ab3c18513a
commit
a338bc5a67
60 changed files with 807 additions and 611 deletions
|
@ -506,7 +506,9 @@ message SyncMessage {
|
|||
|
||||
message Keys {
|
||||
optional bytes storageService = 1; // deprecated: this field will be removed in a future release.
|
||||
optional bytes master = 2;
|
||||
optional bytes master = 2; // deprecated: this field will be removed in a future release.
|
||||
optional string accountEntropyPool = 3;
|
||||
optional bytes mediaRootBackupKey = 4;
|
||||
}
|
||||
|
||||
message Read {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue