LightPHE icon indicating copy to clipboard operation
LightPHE copied to clipboard

Creating classes for each cryptosystem

Open serengil opened this issue 7 months ago • 0 comments

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.

serengil avatar Nov 21 '23 12:11 serengil