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 387b493 commit ab40b02Copy full SHA for ab40b02
crates/bitwarden-crypto/src/store/context.rs
@@ -265,8 +265,8 @@ impl<Ids: KeyIds> KeyStoreContext<'_, Ids> {
265
Ok(key_id)
266
}
267
268
- /// Makes a new asymmetric encryption key using the current default algorithm, and stores it in the
269
- /// context
+ /// Makes a new asymmetric encryption key using the current default algorithm, and stores it in
+ /// the context
270
pub fn make_asymmetric_key(&mut self, key_id: Ids::Asymmetric) -> Result<Ids::Asymmetric> {
271
let key = AsymmetricCryptoKey::make(PublicKeyEncryptionAlgorithm::RsaOaepSha1);
272
#[allow(deprecated)]
0 commit comments