-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Error on Android with generateShares method #27
Comments
I have been trying it more and I added a workaround for that error but now what does not work (on Android) is the combine method. Has this been tested on Android? |
This does not have support for Android yet. I'll make that more clear in the README. Feel free to put in a pull request for any work arounds you might find. Thanks for taking the time! Feel free to reach out whenever. |
Thanks for your response! However, I have finally used I think the secret sharing was almost working on Android by changing this line to something like let byteArray = Object.values(toByteArray(base64)).reverse(); but then the encrypt and decrypt using the |
got it, i'll look into that - thanks |
It works great on iOS but when running the exact same code on Android I get the following error when using generateShares method:
TypeError: undefined is not a function (evaluating '(0, _base64Js.toByteArray)(base64).reverse()')
Do you know what might be happening?
The text was updated successfully, but these errors were encountered: