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
MikhailMS
changed the title
Code duplication in salt_encrypt/encrypt & salt_decrypt/decryppt
Code duplication in salt_encrypt/encrypt & salt_decrypt/decrypt
May 3, 2021
Looks like:
Loop in(was competed back in May 2021)encrypt_data
is similar to the one insalt_encrypt_data
decrypt_data
is similar to the one insalt_decrypt_data
so there is a potential to move loops into thier own small functions
The text was updated successfully, but these errors were encountered: