Enchantrix/pkg/crypt/std
google-labs-jules[bot] edaaf0f0c9 refactor: Complete project restructuring
This commit finalizes the project restructuring into a Core-compatible service.

- The `crypt` package is now a service with methods instead of standalone functions.
- Cryptographic implementations (`lthn`, `chachapoly`, `rsa`) are now in `pkg/crypt/std`.
- The `trix` package has been moved to `pkg/trix`.
- The `rootfs` components have been removed to decouple the library from storage.
- All import paths have been updated to reflect the new structure.
- A `Taskfile.yml` has been added for managing common tasks.
2025-10-31 01:40:49 +00:00
..
chachapoly refactor: Complete project restructuring 2025-10-31 01:40:49 +00:00
lthn refactor: Complete project restructuring 2025-10-31 01:40:49 +00:00
rsa refactor: Complete project restructuring 2025-10-31 01:40:49 +00:00