blob: b25fdfebe693f5dd04e8e7725ead94976c2b1c76 [file] [log] [blame]
// Copyright 2019 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.
#ifndef CONTENT_BROWSER_WEB_PACKAGE_SIGNED_EXCHANGE_TEST_UTILS_H_
#define CONTENT_BROWSER_WEB_PACKAGE_SIGNED_EXCHANGE_TEST_UTILS_H_
namespace content {
constexpr char kPEMECDSAP256SPKIHash[] =
"Roij6gF5orGtG9K8u8PkTe1LiRbVklxLM+EVABTK8I0=";
constexpr char kPEMECDSAP384SPKIHash[] =
"wfk/4dogHdX/MbLIvpjbKQ7fhO+ovkX2wjzDPSrIsMY=";
} // namespace content
#endif // CONTENT_BROWSER_WEB_PACKAGE_SIGNED_EXCHANGE_TEST_UTILS_H_