blob: 76d44f0f30b4bc57eb769248075f5cf9ef0d118b [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[] =
"/e65FnHy30VS3LY9z8f0bNU1v6IQbg7g/mhGEQ11Im0=";
constexpr char kPEMECDSAP384SPKIHash[] =
"V8vLfOEWuDlMqzl7Ki6PmnvSepqzjY1qU0gl+DrEh9A=";
} // namespace content
#endif // CONTENT_BROWSER_WEB_PACKAGE_SIGNED_EXCHANGE_TEST_UTILS_H_