chromium/services/network/trust_tokens/boringssl_trust_token_issuance_cryptographer_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "services/network/trust_tokens/boringssl_trust_token_issuance_cryptographer.h"

#include "base/containers/span.h"
#include "services/network/trust_tokens/trust_token_parameterization.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/boringssl/src/include/openssl/trust_token.h"

namespace network {

namespace {

enum KeyType {};
std::string GenerateValidVerificationKey(KeyType key_type) {}

}  // namespace

TEST(BoringsslTrustTokenIssuanceCryptographer, RespectsKeyLimitPmb) {}

TEST(BoringsslTrustTokenIssuanceCryptographer, RespectsKeyLimitVoprf) {}

}  // namespace network