serenity-kit / react-native-libsodium

React Native bindings to Libsodium matching the libsodium-wrappers package API
MIT License
30 stars 6 forks source link

Implement Native Scalar Multiplication #61

Open DominikHinc opened 7 months ago

DominikHinc commented 7 months ago

Add crypto_scalarmult method for native implementation

nikgraf commented 7 months ago

hi @DominikHinc, thanks for your contribution 🙇 can you please add tests and update the README that this is exposed as well?