| // 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. | |
| #ifndef PERIDOT_BIN_LEDGER_STORAGE_IMPL_CONSTANTS_H_ | |
| #define PERIDOT_BIN_LEDGER_STORAGE_IMPL_CONSTANTS_H_ | |
| namespace storage { | |
| inline constexpr size_t kStorageHashSize = 32; | |
| } // namespace storage | |
| #endif // PERIDOT_BIN_LEDGER_STORAGE_IMPL_CONSTANTS_H_ |