blob: 31eb7c95940a465f21b7e042cb338f1040e6b52d [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
namespace encryption;
table EncryptedCommitStorage {
key_index: uint;
serialized_encrypted_commit_storage: [ubyte];
}
root_type EncryptedCommitStorage;