go-crypt/crypt
Snider d6aa25c5bf refactor: apply go fix modernizers for Go 1.26
Automated fixes: interface{} → any, range-over-int, t.Context(),
wg.Go(), strings.SplitSeq, strings.Builder, slices.Contains,
maps helpers, min/max builtins.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 21:00:16 +00:00
..
chachapoly feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
lthn refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
openpgp feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
pgp feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
rsa feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
bench_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00
checksum.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
checksum_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00
crypt.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
crypt_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00
hash.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
hash_test.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
hmac.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
hmac_test.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
kdf.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
kdf_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00
symmetric.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
symmetric_test.go test(phase0): expand test coverage, security audit, and benchmarks 2026-02-20 01:14:41 +00:00