zeutro / openabe

The OpenABE library - open source cryptographic library with attribute-based encryption implementations in C/C++
http://www.zeutro.com
GNU Affero General Public License v3.0
262 stars 71 forks source link

Ciphertext size #59

Open asanz060 opened 3 years ago

asanz060 commented 3 years ago

Hi,

Which is the smallest resulting ciphertext size that can be obtained when ciphering a 1-digit number with a very simple policy?

Thank you!

svittal19 commented 2 years ago

Hi asanz060

Did you find the answer for this issue. Even I would like to know the smallest ciphertext size for a single byte with a very simple policy ? We happen to use openabe for one of our research in networking. However, huge ciphertext size is causing the issue consuming high network bandwidth.

Thanks Shwetha