blob: bc4ab225d7191931b79e99e2ecc8f8ea5ad50817 [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 += [ "//third_party/cobalt:cobalt_config" ]
deps = [
"//third_party/boringssl",
]
}