CameronLonsdale / lantern

Cryptanalysis library for breaking classical ciphers
MIT License
26 stars 4 forks source link

Return the key with every decryption #4

Closed CameronLonsdale closed 7 years ago

CameronLonsdale commented 7 years ago

The key should be returned with each decryption. Rather than using a tuple and be coupled to the order, we should make a lightweight class to group a decryption attributes

CameronLonsdale commented 7 years ago

This was implemented a while ago