s2n-quic-ring 0.1.0

Internal crate used by s2n-quic
Documentation
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::{HandshakeHeaderKey, HandshakeKey};

header_key!(RingHandshakeHeaderKey);
negotiated_crypto!(RingHandshakeKey, RingHandshakeHeaderKey);

impl HandshakeKey for RingHandshakeKey {}

impl HandshakeHeaderKey for RingHandshakeHeaderKey {}