You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed libsodium through VCPKG using vcpkg install libsodium:x64-windows-static. Here the output of the download. You can see the version bellow I'm currently using.
libsodium:x64-windows-static 1.0.18#8 A modern and easy-to-use crypto library
The thing is "GOOD #N" messages DO NOT appear. However, the output of encryption works and decryption output works too. Why do crypto_aead_chacha20poly1305_ietf_encrypt and crypto_aead_chacha20poly1305_ietf_decrypt return 0 ? What should I do ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently installed libsodium through VCPKG using
vcpkg install libsodium:x64-windows-static
. Here the output of the download. You can see the version bellow I'm currently using.I implemented a function in gtest:
The thing is "GOOD #N" messages DO NOT appear. However, the output of encryption works and decryption output works too. Why do
crypto_aead_chacha20poly1305_ietf_encrypt
andcrypto_aead_chacha20poly1305_ietf_decrypt
return0
? What should I do ?Beta Was this translation helpful? Give feedback.
All reactions