blob: 90f5f2c484fc808eb1f10772768d12f8980abb56 [file] [log] [blame]
# Copyright 2019 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.
library("digest") {
host = true
sources = [
"digest.cpp",
"merkle-tree.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/third_party/ulib/uboringssl",
]
}