I'm trying to use it with the following setup: https://gist.github.com/Syrou/52db691f91928cb6aad6bcfd84bf5cff
1. Am I wrong in trying to use toCValues() method to translate the uByteArrays into what is specified in the method argument?
2. Am I using the buffer pinning wrong?
Because each time I run this code I end up with a new result. This might
be an error in the c-lib to start with, but I'm currently investigating if my implementation of the native code is wrong.
Lol. Didn't think anyone had the exact same usecase as me. I will check that one out now..
JoakimForslund
08/27/2019, 11:05 AM
Seems to have the same issue even following that, I'm getting the feeling that the aes library does not transform well into android native
JoakimForslund
08/27/2019, 1:25 PM
Nevermind, got confused with all the different online tools of aes 128 cbc that generated different results. What you linked, especially the alloc part works