blob: e9c3123012d7bb46ee9d7b0753c0ffecbfc6907e [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[] =
"gyt+9XZNn/phgPx5H8+75u0Kcr1UxLnfz1+5ccndF3A=";
constexpr char kPEMECDSAP384SPKIHash[] =
"ymo7jA8HxN67FG5u4dp9kxzM6LGvqEWLv8kCkKRguA4=";
} // namespace content
#endif // CONTENT_BROWSER_WEB_PACKAGE_SIGNED_EXCHANGE_TEST_UTILS_H_