JHUISI / charm

Charm: A Framework for Rapidly Prototyping Cryptosystems
http://charm-crypto.io
GNU Lesser General Public License v3.0
541 stars 166 forks source link

Implement the paper: "Attribute Based Encryption with Privacy Protection and Accountability for CloudIoT" #299

Closed ahmedmbakr closed 10 months ago

ahmedmbakr commented 1 year ago

The paper presents two schemes. The first one is for CP policy hiding in Section 3, which is implemented in the class CP_Hiding_ABE and tested in the function CP_policy_hiding_ABE_test. The second one is CP policy hiding with accountability under the white box assumption, which is implemented in the class CP_Hiding_Accountability_ABE and tested in the function CP_policy_hiding_with_accountability_test.