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

Future predicate encryption schemes #17

Open
rheitjoh opened this issue Apr 7, 2021 · 0 comments
Open

Future predicate encryption schemes #17

rheitjoh opened this issue Apr 7, 2021 · 0 comments
Labels
Gitlab Old issue moved over from Gitlab repository

Comments

@rheitjoh
Copy link
Member

rheitjoh commented Apr 7, 2021

(This issue has been imported from the Gitlab repository because it seems to not have been addressed yet)

Original Text (Issue 80)

Currently, we only offer ABE and IBE (and fuzzy IBE) in our predicate-encryption interfaces.
Let's put our APIs to good use and expand this. I propose to add (some of) the following scheme types to our library:

  • Hierarchical identity-based encryption (kInd and cInd are sequences of something, predicate is prefix).
  • http://eprint.iacr.org/2009/385.pdf (todo: ask Gennadij whether this is THE state-of-the-art construction)
  • Broadcast encryption (kInd is an identity, cInd is a set of identities, predicate is inclusion).
  • https://eprint.iacr.org/2012/216.pdf (todo: ask Gennadij whether this is THE state-of-the-art construction)

What may also be interesting to add is:

  • Some dynamically secure ABE (all our currently implemented constructions are only selectively secure). -> Lewko.
  • PE for finite automata. (probably somewhat more work, but cool).
@rheitjoh rheitjoh added the Gitlab Old issue moved over from Gitlab repository label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gitlab Old issue moved over from Gitlab repository
Projects
None yet
Development

No branches or pull requests

1 participant