Enchantrix/rootfs
google-labs-jules[bot] 4b7d76e993 feat: Implement rootfs passthrough storage
This commit introduces a new `rootfs` package that provides an encrypted passthrough storage system. The `LocalStorage` implementation uses the local file system as its backing store and encrypts all data at rest using the `chachapoly` package.

The functionality is exposed through the main `crypt` package, providing a clean and simple API for creating and interacting with encrypted file-based storage.
2025-10-30 23:55:25 +00:00
..
local.go feat: Implement rootfs passthrough storage 2025-10-30 23:55:25 +00:00
local_test.go feat: Implement rootfs passthrough storage 2025-10-30 23:55:25 +00:00
storage.go feat: Implement rootfs passthrough storage 2025-10-30 23:55:25 +00:00