mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
feat(runner): add protocol mode to CLI and benchmark config
This commit is contained in:
@@ -24,7 +24,7 @@ struct Args {
|
||||
#[arg(long, default_value = "x25519")]
|
||||
mode: KeyExchangeMode,
|
||||
|
||||
/// Protocol carrier
|
||||
/// Protocol carrier mode
|
||||
#[arg(long, default_value = "raw")]
|
||||
proto: ProtocolMode,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user