diff --git a/crates/relicario-core/src/recovery_qr.rs b/crates/relicario-core/src/recovery_qr.rs index 34fe3bb..e0cadde 100644 --- a/crates/relicario-core/src/recovery_qr.rs +++ b/crates/relicario-core/src/recovery_qr.rs @@ -39,7 +39,7 @@ //! ## Parameter-pinning rationale //! //! The Argon2id parameters used here are NOT [`crate::crypto::KdfParams::default`]. -//! They are pinned in [`RECOVERY_PRODUCTION_PARAMS`] at the value +//! They are pinned in `RECOVERY_PRODUCTION_PARAMS` at the value //! `KdfParams { argon2_m: 65536, argon2_t: 3, argon2_p: 4 }` — the same values //! the default happens to have *today*, but deliberately re-stated rather than //! referenced. This is because `KdfParams::default()` may evolve as we re-tune