go-crypt/crypt
Claude 7407b89b8d
refactor(ax): AX RFC-025 compliance sweep pass 1
Remove banned imports (fmt, strings, os, errors, path/filepath) across all
production and test files, replace with core.* primitives, coreio.ReadStream,
and coreerr.E. Upgrade dappco.re/go/core v0.5.0 → v0.7.0 for core.PathBase
and core.Is. Fix isRepoScoped to exclude pr.* capabilities (enforcement is at
the forge layer, not the policy engine). Add Good/Bad/Ugly test coverage to
all packages missing the mandatory three-category naming convention.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 08:48:56 +01:00
..
chachapoly refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
lthn security: use constant-time comparison for auth credentials 2026-03-09 08:27:38 +00:00
openpgp refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
pgp fix(crypt): align AX error handling and cleanup checks 2026-03-29 15:25:12 +00:00
rsa refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
bench_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +00:00
checksum.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
checksum_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00
crypt.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
crypt_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00
hash.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
hash_test.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
hmac.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
hmac_test.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
kdf.go refactor(ax): AX RFC-025 compliance sweep pass 1 2026-03-31 08:48:56 +01:00
kdf_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00
symmetric.go refactor: migrate imports to dappco.re/go/core/* paths 2026-03-22 01:43:27 +00:00
symmetric_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00