amitaymolko / react-native-rsa-native

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

What algorithm is used to sign a message? #161

Open kodzonko opened 9 months ago

kodzonko commented 9 months ago

Which hash method is used on the message in RSA.sign() function?