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
For custom hashing function signatures to be verified if the hashing function for the program is a custom one we will now need the adapter to name the hashing algorithm and export a verify function that meets the spec.
// some adapter fileexportconstHASHING_ALGORITHM='sha256'exportfunctionverify(sig): Promise<boolean>{}
the verify functions provided by adapters will be under entropy.sign.adapters[type].verify
The text was updated successfully, but these errors were encountered:
For custom hashing function signatures to be verified if the hashing function for the program is a custom one we will now need the adapter to name the hashing algorithm and export a verify function that meets the spec.
the verify functions provided by adapters will be under
entropy.sign.adapters[type].verify
The text was updated successfully, but these errors were encountered: