-
Notifications
You must be signed in to change notification settings - Fork 1
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
BigInteger initialisation #3
Comments
Could you please provide a snapshot of the code you are using? Also the platform you are developing for would be very useful |
this seems related and has some details komputing/KHash#11 |
Yes, it is related. I thought the problem was in that library but it's in this one. In the Keccak class
BigInteger is not initialised prior to this call. I can't seem to find an appropriate way to initialise it |
@createS0ftware Are you using which module? The common one or the JVM one? |
JVM one |
I'm trying to reproduce the error but I don't seem able to do so. Could you please provide us with a full stack trace of the error? |
Ok - i will. However, i think i have found a possible fix. I am not importing the library correctly - the architecture of my kotlin multiplatform project, i think is wrong. Also i am targeting Android, IOS and JVM . I'll update yo tomorrow Thanks |
Hi
What is the correct way to initialise BigInteger ?
I keep getting a NPE
Thanks
The text was updated successfully, but these errors were encountered: