v0.10.3: CSS drive authentication for DVD ripping

This commit is contained in:
MattJackson
2026-04-16 00:01:48 +00:00
parent 1cb2cd3ada
commit 3422cbcd22
7 changed files with 449 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
//! css::descramble_sector(&key, &mut sector);
//! ```
pub mod auth;
pub mod crack;
pub mod lfsr;
pub(crate) mod tables;