Skip to content

Commit 6fb4e97

Browse files
committed
Fix link formatting
1 parent 9345408 commit 6fb4e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-crypto/src/safe/password_protected_key_envelope.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use crate::{
3333
};
3434

3535
/// 16 is the RECOMMENDED salt size for all applications:
36-
/// https://datatracker.ietf.org/doc/rfc9106/
36+
/// <https://datatracker.ietf.org/doc/rfc9106/>
3737
const ENVELOPE_ARGON2_SALT_SIZE: usize = 16;
3838
/// 32 is chosen to match the size of an XChaCha20-Poly1305 key
3939
const ENVELOPE_ARGON2_OUTPUT_KEY_SIZE: usize = 32;

0 commit comments

Comments
 (0)