UCLA-IRL / NAC-ABE

Attribute-based Access Control over Named Data Networking
GNU General Public License v3.0
14 stars 11 forks source link

partial trust schema support #28

Closed tianyuan129 closed 1 year ago

tianyuan129 commented 1 year ago

This PR provides partial trust schema support for NAC-ABE.

What are covered by this change: ParamFetcher, Producer, Consumer, Attribute Authority. What are not covered by this change: DataOwner (and its interactions with others).

This change breaks the existing APIs by requiring a validator input in ParamFetcher, Producer and Consumer constructors.