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'm developing LibSodium.Net, a .NET binding for the libsodium library. I'm currently working on the bindings for: crypto_pwhash, crypto_pwhash_str, crypto_pwhash_str_verify.
To ensure compatibility and correctness, I would like to include fixed test vectors in my test suite. Could you point me to any official or recommended sources of test vectors for these functions?
If such vectors are not publicly available, are there any internal tests or reference values (e.g., known password/salt combinations with expected output) that could be shared?
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm developing LibSodium.Net, a .NET binding for the libsodium library. I'm currently working on the bindings for:
crypto_pwhash,crypto_pwhash_str,crypto_pwhash_str_verify.To ensure compatibility and correctness, I would like to include fixed test vectors in my test suite. Could you point me to any official or recommended sources of test vectors for these functions?
If such vectors are not publicly available, are there any internal tests or reference values (e.g., known password/salt combinations with expected output) that could be shared?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions