This commit addresses feedback from the code review: - Updates the `HeaderTooLarge` test in `tdd/trix/trix_test.go` to correctly verify that `trix.Decode` returns `trix.ErrHeaderTooLarge`. - Removes local `service` variable shadowing in `tdd/crypt/crypt_test.go` to use the package-level variable. - Reverts the breaking API change to `EncryptRSA` and `DecryptRSA` in `pkg/crypt/crypt.go` by removing the `label` parameter from the public-facing functions. - Updates the tests and examples to match the reverted API. |
||
|---|---|---|
| .. | ||
| crypt | ||
| enchantrix | ||
| trix | ||