megapy/src
Ethan Dalool 85d4f9d6a3 De-golf some crypto functions.
encrypt_key and decrypt_key were using a feature of sum() where
the second argument is a 'start' value and every futher value
is += onto that. Since it was a tuple, the final result is a tuple.
Replaced it with a tuple comprehension.
get_chunks just needed some variable names but I am not sure the
purpose of the increasing chunk size during iteration. It's probably
a feature of the MEGA webclient.
2020-03-23 20:47:16 -07:00
..
mega De-golf some crypto functions. 2020-03-23 20:47:16 -07:00
tests Fixes download, updated download methods to return downloded path instead of None 2019-11-12 09:49:57 +00:00