Enchantrix/pkg/crypt/std
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
..
chachapoly refactor: Restructure crypt service and decouple from storage 2025-10-31 01:34:24 +00:00
lthn feat(tests): Add internal tests for private functions 2025-11-02 21:23:13 +00:00
rsa Refactor(crypt): Improve RSA safety and flexibility 2025-11-02 03:06:04 +00:00