cli/pkg/crypt/openpgp
Snider 1f87ec75d1 (#15) feat(openpgp): increase test coverage
Adds new tests to the `pkg/crypt/openpgp` package to cover error handling and edge cases in the `EncryptPGP` and `DecryptPGP` functions.
2025-10-30 23:24:53 +00:00
..
encrypt.go Refactor PGP module with helper functions and error handling title (#8) 2025-10-30 14:18:37 +00:00
encrypt_extra_test.go (#15) feat(openpgp): increase test coverage 2025-10-30 23:24:53 +00:00
encrypt_test.go Refactor PGP module with helper functions and error handling title (#8) 2025-10-30 14:18:37 +00:00
key.go Add documentation for Core modules: Config, Crypt, Display, Docs, IO, and Workspace (#3) 2025-10-27 03:14:50 +00:00
openpgp.go Add documentation for Core modules: Config, Crypt, Display, Docs, IO, and Workspace (#3) 2025-10-27 03:14:50 +00:00
sign.go Add documentation for Core modules: Config, Crypt, Display, Docs, IO, and Workspace (#3) 2025-10-27 03:14:50 +00:00
test_util.go (#15) feat(openpgp): increase test coverage 2025-10-30 23:24:53 +00:00