secret/internal/cli
sneak dd2e95f8af fix: replace magic file permissions and add crypto constant comments
Replace hardcoded 0o600 with secret.FilePerms constant for consistency.
Add explanatory comments for cryptographic constants (32-byte keys,
bech32 encoding parameters) rather than extracting them as they are
well-known cryptographic standard values.
2025-06-20 09:23:50 -07:00
..
cli_test.go fix: replace remaining os.Setenv with t.Setenv in tests 2025-06-20 09:22:01 -07:00
cli.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
crypto.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
generate.go fix: break long lines to 77 characters in non-test files 2025-06-20 09:17:45 -07:00
init.go fix: break long lines to 77 characters in non-test files 2025-06-20 09:17:45 -07:00
integration_test.go fix: disable line length checks for test files with test vectors 2025-06-20 09:16:40 -07:00
root.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
secrets.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
test_helpers.go passes tests now! 2025-06-20 07:24:48 -07:00
test_output_test.go latest from ai, it broke the tests 2025-06-20 05:40:20 -07:00
unlockers.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
vault.go fix: replace magic file permissions and add crypto constant comments 2025-06-20 09:23:50 -07:00
version_test.go fix: break long lines to 77 characters in non-test files 2025-06-20 09:17:45 -07:00
version.go Fix revive package stuttering errors 2025-06-20 08:48:17 -07:00