blob: 87a0c610440c4ca9444f6ab8f95b2cf237fe1b9f [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 {
constexpr size_t kStorageHashSize = 32;
} // namespace storage
#endif // PERIDOT_BIN_LEDGER_STORAGE_IMPL_CONSTANTS_H_