You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I tried a lot of things, code looks very different, but the issue persists. I am printing input and output and they look exactly the same, but the decode function fails. Any help would be really appreciated.
I am not sure what exactly is your problem. Have you verified that you get the same key/nonce/ciphertext? Try to minimize your problem. It's likely that you have a problem not with cryptography per se, but with something else in your code. It's probably better to ask such questions on the URLO forum.
This is probably my code, I copy pasted the decode function from the internet (my cryptography knowledge is basic). Code looks like this:
and obsf/key seems to be correct vectors, example:
Any idea what could be wrong? Whole code is here: https://github.com/vorcigernix/tokenshare/blob/main/src/app.rs
The text was updated successfully, but these errors were encountered: