shadowsocks-crypto 0.7.0

Shadowsocks Crypto
Documentation
1
2
3
4
5
6
7
8
//! AEAD 2022 Ciphers

pub(crate) mod crypto;
pub mod tcp;
pub mod udp;

/// AEAD2022 protocol Blake3 KDF context
pub const BLAKE3_KEY_DERIVE_CONTEXT: &str = "shadowsocks 2022 session subkey";