I have a question related to using hash function available in the libsodium library. https://libsodium.gitbook.io/doc/hashing/generic_hashing
The problem is when I try to use it I get an error message: undefined reference to crypt_generichash()
I am also confused about the installation procedure mentioned in here: https://libsodium.gitbook.io/doc/installation
I just download the folder and place it in my code folder so I guess maybe the error is because of the reason that I didn't follow the configuration because I couldn't understand how to do it. Do I need to go to the path and then execute the commands mentioned like (./configure) but when I do it still gives me an error. As I am a beginner so I do not know how should I do it.
I am using: Contiki (ver 3.0) Language C Ubuntu (16.04)