Enchantrix/pkg/crypt
google-labs-jules[bot] 8cf1df9495 feat: Add comprehensive TDD tests for crypt package
This commit introduces a new `tdd/` directory and adds a comprehensive test suite for the `crypt` package, covering hashing, checksums, and RSA functions.

- Adds a new `tdd/crypt_test.go` file with tests for all functions in the `crypt` package, following the "Good, Bad, Ugly" methodology.
- Deletes the old `pkg/crypt/crypt_test.go` to avoid redundancy.
- Fixes a build error in `examples/main.go` related to an updated function signature.
2025-11-02 17:23:36 +00:00
..
std Refactor(crypt): Improve RSA safety and flexibility 2025-11-02 03:06:04 +00:00
crypt.go Refactor(crypt): Improve RSA safety and flexibility 2025-11-02 03:06:04 +00:00