-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differences between windows build files #258
Comments
Okay. So both should work when compiling? |
Because when I use
|
It seems like you are not giving the correct path to the dll? I tried
and it worked. |
what does |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not an issue, but a question. When building Argon2 on Windows, with Visual Studio, the build folder is created. The build folder has all of the .dll and .lib files. The readme.md file says to compile the test script with this command:
gcc test.c libargon2.a -Isrc -o test
Because I am on Windows, I can not use the libargon2.a file (I think this is correct). So, my question is, which dll file from the Visual Studio build folder should I use instead of libargon2.a? Or should I use a .lib file? My guess is either
Argon2RefDll.dll
orArgon2OptDll.dll
. What is the difference between Ref and Opt? Thanks.The text was updated successfully, but these errors were encountered: