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. |
||
|---|---|---|
| .. | ||
| std | ||
| crypt.go | ||