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
The "rxtx" used as ctx argument to crypto_kdf_derive_from_key is too short of a string. It should be exactly 8 bytes. I was using a code search on github and found it in 2 occurrences in your code:
The
"rxtx"
used asctx
argument tocrypto_kdf_derive_from_key
is too short of a string. It should be exactly 8 bytes. I was using a code search on github and found it in 2 occurrences in your code:leaf/src/drop/crypto/keyexchanger.cpp
Line 31 in 57aba45
and
leaf/src/drop/crypto/keyexchanger.cpp
Line 38 in 57aba45
I've raised an issue with libsodium that this interface is indeed very prone to errors.
The text was updated successfully, but these errors were encountered: