#ifndef SERVICES_NETWORK_TRUST_TOKENS_BORINGSSL_TRUST_TOKEN_REDEMPTION_CRYPTOGRAPHER_H_
#define SERVICES_NETWORK_TRUST_TOKENS_BORINGSSL_TRUST_TOKEN_REDEMPTION_CRYPTOGRAPHER_H_
#include <memory>
#include <optional>
#include <string_view>
#include "services/network/public/mojom/trust_tokens.mojom-shared.h"
#include "services/network/trust_tokens/trust_token_request_redemption_helper.h"
#include "third_party/boringssl/src/include/openssl/trust_token.h"
namespace network {
class BoringsslTrustTokenState;
class BoringsslTrustTokenRedemptionCryptographer
: public TrustTokenRequestRedemptionHelper::Cryptographer { … };
}
#endif