How to encode data for use in charm-crypto’s attribute based encryption?
I’m using Charm Crypto from Github. I’d like to use the attribute based encryption algorithms. The test code works fine, however, it uses a random message generated from PairingGroup. How do I use my own data for encryption?