Skip to content

Export Group and Hash for each OPRF suite #323

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

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

chris-wood
Copy link
Contributor

This is needed so clients can go from suite to group for serialization functions. Otherwise, clients have to know that, e.g., oprf.SuiteP384 corresponds to group.P384. Now, clients can access the group by oprf.SuiteP384.Group.

@chris-wood chris-wood requested a review from armfazh March 4, 2022 18:22
Comment on lines +169 to +170
Group group.Group
Hash crypto.Hash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Group group.Group
Hash crypto.Hash
group.Group
crypto.Hash

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to reference these by name. Will this work?

@armfazh armfazh merged commit 2c87de7 into master Mar 4, 2022
@armfazh armfazh deleted the caw/export-group-and-hash branch March 4, 2022 18:39
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