From c706a94312b293635c8863135edb9a5550bc3763 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:57:47 -0700 Subject: [PATCH] fix: correct stale css::crack comment reference to css::crack_key --- src/disc/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disc/mod.rs b/src/disc/mod.rs index 6467f76..c8acf2f 100644 --- a/src/disc/mod.rs +++ b/src/disc/mod.rs @@ -1636,7 +1636,7 @@ impl Disc { // path in `Disc::scan` (which has `&mut Drive`), AFTER this function // returns. We deliberately do NOT run the reader-based crack path here: // it is non-functional against this crate's descrambler (always returns - // None — see `css::crack`), and on a CSS-protected disc it would scan up + // None — see `css::crack_key`), and on a CSS-protected disc it would scan up // to 50,000 scrambled sectors one-by-one, each rejected by the drive // with sense 05/6F/03 ("read of scrambled sector without // authentication") — roughly an hour of failing reads before the real