diff options
| author | Joseph Richey <joerichey@google.com> | 2019-01-17 18:51:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-17 18:51:05 -0800 |
| commit | 509bb4d450cdd923bf09d05a5622cb6e98646bce (patch) | |
| tree | 33365ae827f771eea1ccc40896e81c898aa6aa8f /metadata/metadata.proto | |
| parent | f08b66dce72c566e1818c39af35c36fb36616d13 (diff) | |
| parent | 5f06ede200fb390aafb7831c8c944ddd677be023 (diff) | |
Merge pull request #119 from ebiggers/adiantum
Add support for the Adiantum encryption mode
Diffstat (limited to 'metadata/metadata.proto')
| -rw-r--r-- | metadata/metadata.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metadata/metadata.proto b/metadata/metadata.proto index 5e1b9dd..6fe0ad9 100644 --- a/metadata/metadata.proto +++ b/metadata/metadata.proto @@ -72,6 +72,7 @@ message EncryptionOptions { AES_256_CTS = 4; AES_128_CBC = 5; AES_128_CTS = 6; + Adiantum = 9; } Mode contents = 2; |