blob: cad4fa74cd8edacf4f0c55e72d9d9807ad49dd71 [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.
#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_