// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Utility functions for crypto testing. #include "media/cast/cast_config.h" namespace media { namespace cast { // Convert to a binary string from a base 16 string. std::string ConvertFromBase16String(const std::string base_16); } // namespace cast } // namespace media