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
We need to define a ObjectIDPreimage struct that holds (transaction_id, new_obj_sequence), then make it BcsSignable and use sha3_hash to get the digest. This ensures that we have one way to derive hashes (incl. for what we sign) and therefore domain separation is ensured uniformly..
The text was updated successfully, but these errors were encountered:
The Signable interface might be deprecated after introducing IntentSigning, which is a unified (lang-agnostic) way to offer domain separation re what we're signing.
We need to define a
ObjectIDPreimage
struct that holds (transaction_id, new_obj_sequence), then make itBcsSignable
and usesha3_hash
to get the digest. This ensures that we have one way to derive hashes (incl. for what we sign) and therefore domain separation is ensured uniformly..The text was updated successfully, but these errors were encountered: