react-native-sodium icon indicating copy to clipboard operation
react-native-sodium copied to clipboard

Missing functions

Open martinheidegger opened this issue 5 years ago • 3 comments

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.

martinheidegger avatar Dec 18 '19 03:12 martinheidegger

Sure, make a PR and I would thankfully merge it.

lyubo avatar Feb 14 '20 13:02 lyubo

@martinheidegger

These two had been implemented.

crypto_scalarmult_base
crypto_scalarmult

lyubo avatar Oct 26 '20 09:10 lyubo

hi @lyubo it seems that from_base64 and to_base64 are also missing on my app, do you confirm ?

arnaudambro avatar Jul 07 '21 12:07 arnaudambro