lyubo / react-native-sodium

ISC License
61 stars 46 forks source link

crypto_box_open_easy #12

Closed zwlhc closed 6 years ago

zwlhc commented 6 years ago

initWithBase64EncodedString return nil. in iOS platform.

Probably have some invalid characters in string. use NSDataBase64DecodingIgnoreUnknownCharacters option instead of 0.

lyubo commented 6 years ago

Please, make cleaner PR by not modifying whitespace and fixing bugs in one commit.