blob: a181cd22a039cbe62fba49f94385b478589678d2 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("entropy") {
sources = [
"collector.cpp",
"collector_unittest.cpp",
"hw_rng_collector.cpp",
"jitterentropy_collector.cpp",
"quality_test.cpp",
]
deps = [
"$zx/kernel/dev/hw_rng",
"$zx/kernel/lib/fbl",
"$zx/kernel/lib/unittest",
"$zx/third_party/lib/jitterentropy",
]
}