react-native-sodium
react-native-sodium copied to clipboard
Missing functions
For a system that I try to port from regular libsodium to react native I am missing following functions:
-
crypto_kdf_derive_from_key
-
crypto_scalarmult_base
-
crypto_scalarmult
It has slightly low priority for me (as I am busy with other things atm. but I might send a PR for those functions in future.
Sure, make a PR and I would thankfully merge it.
@martinheidegger
These two had been implemented.
crypto_scalarmult_base
crypto_scalarmult
hi @lyubo
it seems that from_base64
and to_base64
are also missing on my app, do you confirm ?