mervick / aes-everywhere

Aes Everywhere - Cross Language AES 256 Encryption Library (Bash, Powershell, C#, Dart, GoLang, Java, JavaScript, Lua, PHP, Python, Ruby, Swift)
Other
474 stars 169 forks source link

fix wrong return type annotation #32

Open ehdgua01 opened 3 years ago

ehdgua01 commented 3 years ago

fix wrong return type annotation in encrypt function's docstring In python2, it isn't wrong(str == bytes in python2) but this annotation is wrong in python3 (str != bytes in python3) So, Pycharm display a warning that Unresolved attribute reference 'decode' for class 'str'

AlaghbariKamel commented 2 years ago

Can u support Dart language plz