Skip to content

Release v1.6.1#116

Merged
bigbes merged 1 commit into
masterfrom
bigbes/release-v1.6.1
Jun 22, 2026
Merged

Release v1.6.1#116
bigbes merged 1 commit into
masterfrom
bigbes/release-v1.6.1

Conversation

@bigbes

@bigbes bigbes commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

This release adds hex-encoding decorators for hashers and signer/verifiers. New constructors wrap an existing Hasher or SignerVerifier so the stored payload is lower-case hex while Name() is passed through unchanged, preserving the on-disk key layout.

Added

  • hasher, crypto: hex-encoding decorators that wrap an existing Hasher or SignerVerifier so the stored payload is lower-case hex while Name() is passed through unchanged, preserving the on-disk key layout. New constructors: hasher.NewHexHasher, hasher.NewHexSHA256Hasher, hasher.NewHexSHA1Hasher, crypto.NewHexSignerVerifier, crypto.NewHexVerifier, crypto.NewHexRSAPSSSignerVerifier, and crypto.NewHexRSAPSSVerifier. The raw constructors are unchanged (hasher,crypto: add hex-encoding decorators #114).

@bigbes bigbes merged commit 3013667 into master Jun 22, 2026
15 checks passed
@bigbes bigbes deleted the bigbes/release-v1.6.1 branch June 22, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants