blob: f666cf49c87f615152fa31a169a4b8145c2ba785 [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_ENCRYPTION_PRIMITIVES_CRYPTO_TEST_UTIL_H_
#define SRC_LEDGER_BIN_ENCRYPTION_PRIMITIVES_CRYPTO_TEST_UTIL_H_
#include <string>
#include "src/lib/fxl/strings/string_view.h"
namespace encryption {
std::string FromHex(fxl::StringView data);
}
#endif // SRC_LEDGER_BIN_ENCRYPTION_PRIMITIVES_CRYPTO_TEST_UTIL_H_