Closed bert2002 closed 3 years ago
Example code: tezos-libsodium-test.tar.gz Run it with:
npm ci
npm start
Expected outcome:
# npm start
> test-libsodium@1.0.0 start /home/user/Downloads/tezos/test-libsodium
> npx tsc && node ./built/index.js
Running a simple sodium test...
### DONE!
Encoded key: 'tz1RtHAYaWuqdTFWg31KC2E5QnMQ6Y7t8Go2' ###
Hi,
it seems that libsodium-wrappers-sumo
works on s390x.
it seems that libsodium-wrappers-sumo works on s390x.
Great!
Hi, we want to use libsodium on the s390x architecture of IBM (IBM Z) and running into a runtime error. We run Debian 10 with libsodum 1.0.17-1 but when using the lib we are running into an error. We wrote a quick test (attached) and running into this problem:
Any idea which kernel function it tries to access that might not be available on s390x?
Cheers, bert