global: snapshot

This commit is contained in:
nym21
2025-10-31 21:37:02 +01:00
parent 82e59d409e
commit cf08e470ef
127 changed files with 1059 additions and 450 deletions

View File

@@ -8,6 +8,7 @@ pub const XOR_LEN: usize = 8;
pub struct XORBytes([u8; XOR_LEN]);
impl From<&Path> for XORBytes {
#[inline]
fn from(value: &Path) -> Self {
Self(
fs::read(value.join("xor.dat"))