chromium/net/third_party/quiche/src/quiche/quic/core/crypto/chacha20_poly1305_decrypter.cc

// Copyright 2014 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.

#include "quiche/quic/core/crypto/chacha20_poly1305_decrypter.h"

#include "openssl/aead.h"
#include "openssl/tls1.h"

namespace quic {

namespace {

const size_t kKeySize =;
const size_t kNonceSize =;

}  // namespace

ChaCha20Poly1305Decrypter::ChaCha20Poly1305Decrypter()
    :{}

ChaCha20Poly1305Decrypter::~ChaCha20Poly1305Decrypter() {}

uint32_t ChaCha20Poly1305Decrypter::cipher_id() const {}

QuicPacketCount ChaCha20Poly1305Decrypter::GetIntegrityLimit() const {}

}  // namespace quic