summaryrefslogtreecommitdiff
path: root/media/cast/test/crypto_utility.h
blob: 21f8c7f914a161efd40eff06fdfb274fef608596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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