cryptography
cryptography copied to clipboard
Fix slow decrypt in debug
There is a missing return in the decrypt function in cryptography_flutter
, which makes the data decrypted natively ignored.