Holger
Holger
Here are the "ristretto" related symbols I can find: ``` foo@4acc21ad40ef:/lib/arm-linux-gnueabihf$ nm -gD libsodium.so | grep ristretto 00028e80 T crypto_core_ristretto255_add 00028fb0 T crypto_core_ristretto255_bytes 00028f38 T crypto_core_ristretto255_from_hash 00028fb8 T crypto_core_ristretto255_hashbytes 00028e68...
I'm getting lost here, because looking at the [source files of libsodium in focal](https://packages.ubuntu.com/focal/libsodium-dev) I see the function defined: ``` [pixie->libsodium]grep -r ristretto * | grep canonical crypto_core/ed25519/ref10/ed25519_ref10.c:ristretto255_is_canonical(const unsigned char...
Sorry for not following up earlier, I was away on vacation. I just build the package via `debian/rules build`. If I then take a look at the symbols, I get...
@dysk0 I think either this issue should be re-opened or a new one created. I had seem the same issue in the past but had somehow managed to login once,...