mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:08:40 +00:00
12 lines
No EOL
224 B
Protocol Buffer
12 lines
No EOL
224 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message TwonlySafeBackupContent {
|
|
string secureStorageJson = 1;
|
|
bytes twonlyDatabase = 2;
|
|
}
|
|
|
|
message TwonlySafeBackupEncrypted {
|
|
bytes mac = 1;
|
|
bytes nonce = 2;
|
|
bytes cipherText = 3;
|
|
} |