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

SS1024 curve for generating composite order subgroups #268

Open sc3124038545 opened 3 years ago

sc3124038545 commented 3 years ago

Hello, I find that the ABE schemes are all constructed based on prime order groups, but some of the existing schemes are constructed based on composite order groups. I want to use SS1024 curve to construct group of composite order. How to generate subgroup of composite order group?

Thanks !