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
Describe the bug
The ScryptFunction#hash generates a correct output but appends a $s0. It might be a blunder while coding...
To be checked where it came from (maybe some wrong specifications).
To Reproduce
Just hash anything with scrypt
Expected behavior
No $s0 should be prepended
Environment:
Any
Additional context
The text was updated successfully, but these errors were encountered:
Ref #66 -- The $s0 prefix is added by the lambdaworks scrypt library's SCryptUtil.scrypt() function (from package: "com.lambdaworks:scrypt:1.4.0"). This is non-standard behavior; other libraries that generate scrypt hash strings do not include the $s0 prefix.
Describe the bug
The
ScryptFunction#hash
generates a correct output but appends a$s0
. It might be a blunder while coding...To be checked where it came from (maybe some wrong specifications).
To Reproduce
Just hash anything with scrypt
Expected behavior
No
$s0
should be prependedEnvironment:
Additional context
The text was updated successfully, but these errors were encountered: