mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
chore: add LICENSE
Create LICENSE-APACHE Create LICENSE-MIT
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
//! - Reads 8-byte little-endian u64 (requested payload size N)
|
||||
//! - Responds with exactly N bytes (deterministic pattern)
|
||||
|
||||
use clap::Parser;
|
||||
use common::{
|
||||
KeyExchangeMode,
|
||||
cert::{CaCertificate, ServerCertificate},
|
||||
protocol::{read_request, write_payload},
|
||||
};
|
||||
use clap::Parser;
|
||||
use miette::miette;
|
||||
use rustls::{
|
||||
ServerConfig,
|
||||
|
||||
Reference in New Issue
Block a user