lyubo / react-native-sodium

ISC License
61 stars 46 forks source link

Does not interact with libsodium #15

Closed r2moon closed 4 years ago

r2moon commented 6 years ago

The sign length is different between libsodium result and react-native-sodium. react-native-sodium sig length is always 128, while libsodium sig length is sk.length + msg.length How can I change react-native-sodium sig length?

lyubo commented 5 years ago

which function do you have in mind? can you post a code reproducing the issue?

lyubo commented 4 years ago

As there is no any movement here, I will close this one.