Enchantrix/pkg/crypt
google-labs-jules[bot] c286a82e89 feat(tests): Add internal tests for private functions
Adds `_internal_test.go` files to test unexported functions in the `crypt` and `lthn` packages, improving overall test coverage.

- Adds tests for the `ensureRSA` private function in `pkg/crypt/crypt.go`.
- Adds tests for the `createSalt` private function in `pkg/crypt/std/lthn/lthn.go`.

These changes align with the project's TDD methodology and follow the `_Good`, `_Bad`, `_Ugly` testing structure.
2025-11-02 21:23:13 +00:00
..
std feat(tests): Add internal tests for private functions 2025-11-02 21:23:13 +00:00
crypt.go fix: Correct test logic and revert breaking API changes 2025-11-02 18:46:36 +00:00
crypt_internal_test.go feat(tests): Add internal tests for private functions 2025-11-02 21:23:13 +00:00