Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xof: Pass domain separation tag in parts #1181

Merged
merged 1 commit into from
Jan 3, 2025
Merged

xof: Pass domain separation tag in parts #1181

merged 1 commit into from
Jan 3, 2025

Conversation

cjpatton
Copy link
Collaborator

Stacked on #1178.

Modify the Xof trait by allowing the user to pass the domain separation tag in parts. This saves us from allocating a Vec in many cases.

@cjpatton cjpatton marked this pull request as ready for review December 31, 2024 20:04
@cjpatton cjpatton requested a review from a team as a code owner December 31, 2024 20:04
Base automatically changed from cjpatton/947-2 to main January 3, 2025 15:34
Modify the `Xof` trait by allowing the user to pass the domain
separation tag in parts. This saves us from allocating a `Vec` in many
cases.
@cjpatton
Copy link
Collaborator Author

cjpatton commented Jan 3, 2025

Rebased.

@cjpatton cjpatton merged commit 30d4302 into main Jan 3, 2025
6 checks passed
@cjpatton cjpatton deleted the cjpatton/947-3 branch January 3, 2025 15:50
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.

2 participants