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 75be6db commit 6d8bb8fCopy full SHA for 6d8bb8f
crates/bitwarden-crypto/src/content_format.rs
@@ -19,9 +19,9 @@ pub enum ContentFormat {
19
CoseKey,
20
/// Bitwarden Legacy Key
21
/// There are three permissible byte values here:
22
- /// - [u8; 32] - AES-CBC (no hmac) key. This is to be removed and banned.
23
- /// - [u8; 64] - AES-CBC with HMAC key. This is the v1 userkey key type
24
- /// - [u8; >64] - COSE key. Padded to be larger than 64 bytes.
+ /// - `[u8; 32]` - AES-CBC (no hmac) key. This is to be removed and banned.
+ /// - `[u8; 64]` - AES-CBC with HMAC key. This is the v1 userkey key type
+ /// - `[u8; >64]` - COSE key. Padded to be larger than 64 bytes.
25
BitwardenLegacyKey,
26
/// Stream of bytes
27
OctetStream,
0 commit comments