remove CryptMode::sign_only special method
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -31,16 +31,6 @@ pub enum CryptMode {
|
||||
SignOnly,
|
||||
}
|
||||
|
||||
impl CryptMode {
|
||||
/// Maps values other than `None` to `SignOnly`.
|
||||
pub fn sign_only(self) -> Self {
|
||||
match self {
|
||||
CryptMode::None => CryptMode::None,
|
||||
_ => CryptMode::SignOnly,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// Encryption Configuration with secret key
|
||||
///
|
||||
/// This structure stores the secret key and provides helpers for
|
||||
|
Reference in New Issue
Block a user