fix: v0-parameters, update security choice

This commit is contained in:
rudy
2023-02-24 11:14:49 +01:00
committed by Quentin Bourgerie
parent 8422a0ea2c
commit a88a9c01b0

View File

@@ -50,7 +50,7 @@ pub struct Args {
#[clap(
long,
default_value_t = 128,
help = "Supported values: 80, 96, 112, 128, 144, 160, 176, 192, 256"
help = "Supported values: 80, 96, 112, 128, 192"
)]
pub security_level: u64,