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
Many pwhash functions can fail for all sorts of reasons, including:
using unacceptable parameters (e.g. number of operations lower than OPSLIMIT_MIN). this changed between 1.0.14 and 1.0.15 so this is not an unrealistic scenario!
failure to malloc sufficient RAM
Other functions, like signature verification functions, raise on failure. pwhash functions should too.
The text was updated successfully, but these errors were encountered:
Many pwhash functions can fail for all sorts of reasons, including:
OPSLIMIT_MIN
). this changed between 1.0.14 and 1.0.15 so this is not an unrealistic scenario!Other functions, like signature verification functions, raise on failure. pwhash functions should too.
The text was updated successfully, but these errors were encountered: