Skip to content

Commit 6d8bb8f

Browse files
committed
Fix doc error
1 parent 75be6db commit 6d8bb8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/bitwarden-crypto/src/content_format.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ pub enum ContentFormat {
1919
CoseKey,
2020
/// Bitwarden Legacy Key
2121
/// 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.
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.
2525
BitwardenLegacyKey,
2626
/// Stream of bytes
2727
OctetStream,

0 commit comments

Comments
 (0)