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

Identity-based encryption features to support timelock encryption #28

Merged
merged 3 commits into from
Jul 5, 2022

Conversation

CluEleSsUK
Copy link

migrated from the timelock branch where work was done previously,
but stripped out the aggregation code and added a few tests

nikkolasg and others added 2 commits July 4, 2022 17:39
migrated from the `timelock` branch where work was done previously,
but stripped out the aggregation code and added a few tests
encrypt/ibe/ibe.go Outdated Show resolved Hide resolved
@AnomalRoil AnomalRoil requested a review from nikkolasg July 4, 2022 16:00

// hash sigma and msg to get r
func h3(s pairing.Suite, sigma, msg []byte) (kyber.Scalar, error) {
h3, err := blake2s.NewXOF(maxSize, nil)

Choose a reason for hiding this comment

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

Just for historical reference I think we should probably make the hash function a parameter (and well as the hash tags) but for now it'll do fine.

Copy link
Author

Choose a reason for hiding this comment

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

I'll raise an issue to that effect

Copy link
Author

Choose a reason for hiding this comment

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

Ah wait I can't raise issues on this repo

@CluEleSsUK CluEleSsUK merged commit 0482f4b into master Jul 5, 2022
Robingoumaz pushed a commit to Robingoumaz/kyber-drand that referenced this pull request Apr 4, 2024
…and#28)

migrated from the `timelock` branch where work was done previously,
but stripped out the aggregation code and added a few tests

Co-authored-by: nikkolasg <nikkolasg@gmail.com>
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.

None yet

3 participants