ZenGo-X / class

Rust library for building IQC: cryptography based on class groups of imaginary quadratic orders
GNU General Public License v3.0
63 stars 31 forks source link

Adjust for configurable security #35

Open omershlo opened 4 years ago

omershlo commented 4 years ago

Cryptanalysis of class groups is evolving. There should be a simple way for a consumer of the library to configure the required security level of each protocol. Usually this is a risky parameter to expose however in the specific case here it is wise because it might be that some user will want to be more conservative than others or that some new result will require a quick change.

Perhaps a feature is the best way to do it.