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
A very strong pattern throughout the codebase is a triple of Digests labeled "item", "sender_randomness", and "receiver_preimage". Let's dedicate a struct to this triple so that we can reuse code, make use of natural From-casts, and structured proptests.