amitaymolko / react-native-rsa-native

A native implementation of RSA key generation and encryption/decryption.
MIT License
233 stars 113 forks source link

ios fixes to verify methods #117

Closed johku90 closed 3 years ago

johku90 commented 3 years ago

There was some bugs related to verifying signed messages in iOS. For me it seems that code was copied from signing function, and therefore comparsions were failing. Also in verifyWithAlgo function the given algorithm was not taken to account

amitaymolko commented 3 years ago

Hey @johku90 Thanks for contributing! I will try to review and test these changes this weekend