We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Sure, make a PR and I would thankfully merge it.
Sorry, something went wrong.
@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 ?
from_base64
to_base64
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: