1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "google_apis/cup/client_update_protocol.h"
7 #include "base/logging.h"
9 ClientUpdateProtocol::~ClientUpdateProtocol() {}
11 bool ClientUpdateProtocol::LoadPublicKey(const base::StringPiece
& public_key
) {
16 size_t ClientUpdateProtocol::PublicKeyLength() {
21 bool ClientUpdateProtocol::EncryptKeySource(
22 const std::vector
<uint8
>& key_source
) {