docs(core): drop intra-doc link to private RECOVERY_PRODUCTION_PARAMS
Phase 3 code-quality review caught that the [`RECOVERY_PRODUCTION_PARAMS`] form in the module header introduced a new rustdoc warning (the const is module-private, so the link only resolves under --document-private-items). Drop the brackets so it renders as plain backticks — same visual, no broken link, no need to widen visibility. Refs: docs/superpowers/specs/2026-05-04-security-polish-design.md (Phase 3) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
//! ## Parameter-pinning rationale
|
//! ## Parameter-pinning rationale
|
||||||
//!
|
//!
|
||||||
//! The Argon2id parameters used here are NOT [`crate::crypto::KdfParams::default`].
|
//! 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
|
//! `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
|
//! the default happens to have *today*, but deliberately re-stated rather than
|
||||||
//! referenced. This is because `KdfParams::default()` may evolve as we re-tune
|
//! referenced. This is because `KdfParams::default()` may evolve as we re-tune
|
||||||
|
|||||||
Reference in New Issue
Block a user