Lorenzo
Lorenzo
the device encrypts the information before it's pass down to the driver, so If we don't know the decryption key, we can't really interact in a reliable way with the...
From what I saw digging in this, it's something missing from clang osx, it was missing `__aarch64__` and prob something in the translation to IR because If I started the...
"worked" could compile but didn't test it
any status on this?
understood, for now a simple script solves my problem, thanks
use -D__aarch64__
in `.cargo/config.toml`: ```toml [target.aarch64-apple-darwin] rustflags = ["-C", "link-args=-D__aarch64__"] linker = "o64h-clang" ar = "aarch64-apple-darwin20.4-ar" ```
can you switch to sodiumoxide? I did that since I couldn't solve it
Sorry then, this sounds to be a problem with the compiler.... maybe @tpoechtrager can help more, I just switched to libsodium cause I couldn't solve it then and I can't...
Awesome. Unfortunately due to work, I can't test it. But as soon as I'm available I'll let you guys know