summaryrefslogtreecommitdiffstats
path: root/sq/src/commands/key.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/commands/key.rs')
-rw-r--r--sq/src/commands/key.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/sq/src/commands/key.rs b/sq/src/commands/key.rs
index d428ceb0..7710da04 100644
--- a/sq/src/commands/key.rs
+++ b/sq/src/commands/key.rs
@@ -98,6 +98,9 @@ fn generate(
Cv25519 => {
builder = builder.set_cipher_suite(CipherSuite::Cv25519);
}
+ Cv448 => {
+ builder = builder.set_cipher_suite(CipherSuite::Cv448);
+ }
}
// Signing Capability