UCLA-IRL / NAC-ABE

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

Segmentation Support for Decryption Key #29

Closed tianyuan129 closed 1 year ago

tianyuan129 commented 1 year ago

This PR adds segmentation supports for the decryption key, since in KP-ABE scenario, the decryption size can go larger than the network MTU.

The maximum segment size is by default 1500 bytes, but configurable through the AttributeAuthority constructor. This PR also updates the example script and the README text regarding the examples.