Enchantrix/pkg/crypt/std
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
..
chachapoly refactor: Restructure crypt service and decouple from storage 2025-10-31 01:34:24 +00:00
lthn refactor: Restructure crypt service and decouple from storage 2025-10-31 01:34:24 +00:00
openpgp feat: Implement OpenPGP service 2025-10-31 14:13:57 +00:00
rsa refactor: Restructure crypt service and decouple from storage 2025-10-31 01:34:24 +00:00