We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dfd44 commit ae9ba48Copy full SHA for ae9ba48
crates/bitwarden-crypto/src/keys/master_key.rs
@@ -153,7 +153,7 @@ pub(super) fn decrypt_user_key(
153
}
154
EncString::Cose_Encrypt0_B64 { .. } => {
155
return Err(CryptoError::OperationNotSupported(
156
- crate::error::UnsupportedOperationError::EncryptionNotImplementedForKey,
+ crate::error::UnsupportedOperationError::DecryptionNotImplementedForKey,
157
));
158
159
};
0 commit comments