Replies: 1 comment
-
Hi, The test suite is compiled and run with the See the installation page in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the code /test/default/aead_aes256gcm.c, I compiled successfully ,but the generated executable file does not run.
Here is my code:
gcc aead_aes256gcm.c -o a -lsodium
./a
Why this happened?
Beta Was this translation helpful? Give feedback.
All reactions