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
Just want to confirm, if I want to use specific hashParameters, I can pass it in when hashing, but when verifying hashes, I shouldn't pass in any hashParameters because the function will derive the hashParameters from the hashed string itself right?
I was initially scared that if I provide custom hash parameters that I'll always have to provide the specific hash parameter to verify the hash, but this info is stored in the hash itself so I don't need to worry and can set custom hash parameters and update it whenever I need cuz the verify function reads these parameters in the hashed string right?
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
-
Just want to confirm, if I want to use specific hashParameters, I can pass it in when hashing, but when verifying hashes, I shouldn't pass in any hashParameters because the function will derive the hashParameters from the hashed string itself right?
I was initially scared that if I provide custom hash parameters that I'll always have to provide the specific hash parameter to verify the hash, but this info is stored in the hash itself so I don't need to worry and can set custom hash parameters and update it whenever I need cuz the verify function reads these parameters in the hashed string right?
Beta Was this translation helpful? Give feedback.
All reactions