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 9345408 commit 6fb4e97Copy full SHA for 6fb4e97
crates/bitwarden-crypto/src/safe/password_protected_key_envelope.rs
@@ -33,7 +33,7 @@ use crate::{
33
};
34
35
/// 16 is the RECOMMENDED salt size for all applications:
36
-/// https://datatracker.ietf.org/doc/rfc9106/
+/// <https://datatracker.ietf.org/doc/rfc9106/>
37
const ENVELOPE_ARGON2_SALT_SIZE: usize = 16;
38
/// 32 is chosen to match the size of an XChaCha20-Poly1305 key
39
const ENVELOPE_ARGON2_OUTPUT_KEY_SIZE: usize = 32;
0 commit comments