⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module cipher_suite

Module cipher_suite 

Source
Expand description

Unified cipher suite abstraction for protocol crypto

Provides CipherSuite enum and supporting types (HmacAlgorithm, KdfAlgorithm) that SSH, QUIC, and WireGuard can use instead of inlining crypto primitives.