go-crypt/crypt
Snider ee58e790a0
Some checks failed
Security Scan / security (push) Failing after 11s
Test / test (push) Failing after 29s
feat: modernise to Go 1.26 iterators and stdlib helpers
Add iter.Seq iterators for trust registry (ListSeq), audit log
(EventsSeq, QuerySeq), and approval store (PendingSeq). Use
slices.DeleteFunc in session store, slices.SortFunc in testcmd,
range-over-int in benchmarks.

Co-Authored-By: Gemini <noreply@google.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 05:47:13 +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 chore: migrate Snider deps from github.com to forge.lthn.ai 2026-02-22 21:41:49 +00:00
rsa feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00
bench_test.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:47:13 +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