blob: 45502008b79e573a014bf75ef3f9fd4d08c2dba0 [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.
static_library("crypto_util") {
sources = [
"base64.cc",
"base64.h",
"cipher.cc",
"cipher.h",
"errors.cc",
"errors.h",
"hash.cc",
"hash.h",
"mac.cc",
"mac.h",
"random.cc",
"random.h"
]
configs += [
"//cobalt:cobalt_config",
]
deps = [
"//third_party/boringssl"
]
}