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 b1a615a commit 25700efCopy full SHA for 25700ef
crates/bitwarden-crypto/src/cose.rs
@@ -31,7 +31,7 @@ pub(crate) const ARGON2_PARALLELISM: i64 = -71004;
31
// Note: These are in the "unregistered" tree: https://datatracker.ietf.org/doc/html/rfc6838#section-3.4
32
// These are only used within Bitwarden, and not meant for exchange with other systems.
33
const CONTENT_TYPE_PADDED_UTF8: &str = "application/x.bitwarden.utf8-padded";
34
-const CONTENT_TYPE_BITWARDEN_LEGACY_KEY: &str = "application/x.bitwarden.legacy-key";
+pub(crate) const CONTENT_TYPE_BITWARDEN_LEGACY_KEY: &str = "application/x.bitwarden.legacy-key";
35
const CONTENT_TYPE_SPKI_PUBLIC_KEY: &str = "application/x.bitwarden.spki-public-key";
36
37
// Labels
0 commit comments