go-crypt/crypt/pgp
Snider 39643ddba0
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Failing after 6m20s
fix: replace fmt.Errorf and errors.New with coreerr.E()
Replace all fmt.Errorf/errors.New calls in auth/auth.go,
crypt/pgp/pgp.go, crypt/rsa/rsa.go, crypt/chachapoly/chachapoly.go,
and trust/trust.go with coreerr.E(op, msg, err) from go-log.
No stale pkg/framework imports found.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 18:19:51 +00:00
..
pgp.go fix: replace fmt.Errorf and errors.New with coreerr.E() 2026-03-16 18:19:51 +00:00
pgp_test.go feat: extract crypto/security packages from core/go 2026-02-16 15:25:54 +00:00