You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR SUNET#263 Code Quality Fixes:
- jws.go: Use %v instead of %s for non-string types in error messages
- attachment.go: Use RawURLEncoding for base64url (no padding per DIDComm spec)
- attachment.go: Fix AttachmentData comment to match implementation (multiple formats allowed)
- packer.go: Return error when SignBeforeEncrypt=true but SignerKey=nil (was silent no-op)
- route.go: Document BuildRoute fallback behavior and RoutingKey usage
- ecdsa/suite.go: Add context parameter for HSM signer support
- transport/doc.go: Update example to use SendRequest struct
- message/doc.go: Fix WithTo example (variadic, not slice)
- signer_test.go: Check rand.Read errors properly
0 commit comments