1
2
3
4
5
6
7
8
9
10
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

use s2n_quic_core::crypto;

header_key!(HandshakeHeaderKey);
negotiated_crypto!(HandshakeKey, HandshakeHeaderKey);

impl crypto::HandshakeKey for HandshakeKey {}

impl crypto::HandshakeHeaderKey for HandshakeHeaderKey {}