Expand description
Common safe-archive skeleton shared by model packs (.rillpack) and
handler packs (.rillhandler).
Both pack formats use the same ZIP structure: a manifest, one payload file, a checksums file, and an Ed25519 signature. This module centralises the path validation, size limits, checksum verification and signature logic so that the two pack types cannot drift apart.