blob: e499e29df51b1bec2d038812a4346fb4da7fa31b [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 SRC_LEDGER_BIN_STORAGE_IMPL_CONSTANTS_H_
#define SRC_LEDGER_BIN_STORAGE_IMPL_CONSTANTS_H_
namespace storage {
inline constexpr size_t kStorageHashSize = 32;
} // namespace storage
#endif // SRC_LEDGER_BIN_STORAGE_IMPL_CONSTANTS_H_