Enchantrix/pkg
google-labs-jules[bot] 52aa833a2f feat: Implement OpenPGP service
This commit introduces a full OpenPGP implementation in `pkg/crypt/std/openpgp`, using the ProtonMail `go-crypto` library.

The new `openpgp.Service` provides a clean, Web3-friendly API for PGP operations, including:
- Key pair generation
- Subkey management
- Encryption and decryption of messages
- Signing and verification of messages

The implementation is based on the user's `Core` repository and uses file-based key management. The main `crypt.Service` has been updated to integrate and expose this new functionality.
2025-10-31 14:13:57 +00:00
..
crypt feat: Implement OpenPGP service 2025-10-31 14:13:57 +00:00
trix feat: Add checksums and asymmetrical sigils to Trix container 2025-10-31 02:55:58 +00:00