Replies: 4 comments 6 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Please take a look at the questions asked when opening a bug report and let us have that: Without this information we have to guess what's going on in your setup. Also, please consider using a pre-build docker image giving you a well-known interface (OpenSSLs in this sample case). |
Beta Was this translation helpful? Give feedback.
-
Thank you both for the feedback. Is there anything that I might be doing wrong when setting the LD_LIBRARY_PATH? I attached the command line logs (if it helps). Hope this is enough information and please, let me know if I can provide anything else :) Thank you very much for the attention! |
Beta Was this translation helpful? Give feedback.
-
No this does not mean it and you do not need to do anything. The error message is clear: The python binding to liboqs is not in sync with the actual liboqs version. This is just a warning. But the logic works (shown in the last line). @vsoftco I tend to regret the notion of checking integrity of @dstebila May I suggest a meeting (or put it onto the agenda of a regular meeting) to agree which sub-projects must be in sync with |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am trying to apply the digital signature from lioqs algorithm for a school project.
I followed the instructions to build and believe every step was successful. However, I tried to run in MSCode the example_sig.c to see how it goes and find the following error message:
usr/bin/ld: /tmp/ccbunQVD.o: in function
example_stack': hello.c:(.text+0x4a): undefined reference to
OQS_randombytes'/usr/bin/ld: hello.c:(.text+0x63): undefined reference to
OQS_SIG_dilithium_2_keypair' /usr/bin/ld: hello.c:(.text+0xe1): undefined reference to
OQS_SIG_dilithium_2_sign'/usr/bin/ld: hello.c:(.text+0x15f): undefined reference to `OQS_SIG_dilithium_2_verify'
....
Is it something to do with my build or maybe it is not the way to apply the algorithm properly?
Thank you very much and I appreciate any feedback!
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions