Skip to content

Commit

Permalink
Add RSA key kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Feb 3, 2023
1 parent 967d476 commit 8e31548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ pub enum Kind {
Symmetric(usize),
/// 32B symmetric key + nonce, the parameter is the length of the nonce in bytes
Symmetric32Nonce(usize),
Rsa2048,
Rsa3072,
Rsa4096,
Ed255,
P256,
X255,
Expand Down

0 comments on commit 8e31548

Please sign in to comment.