You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the interface of lightphe, create different classes for each cryptosystem that extending LightPHE class. In that way, an user does not need to set algorithm name as string, and can use auto-complete feature easily.
We will need to retire build_cryptosystem method here, and put recommend_key_size method to outside of that class.
The text was updated successfully, but these errors were encountered:
In the interface of lightphe, create different classes for each cryptosystem that extending LightPHE class. In that way, an user does not need to set algorithm name as string, and can use auto-complete feature easily.
We will need to retire build_cryptosystem method here, and put recommend_key_size method to outside of that class.
The text was updated successfully, but these errors were encountered: