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
Currently the transaction builder produces proofs and signatures in-line. Once #1624 is completed, it will be possible to separate these concerns within Rust code on the same machine. This issue is about extending the separation of concerns by enabling the unauthorized (or partially-authorized) Rust types to be encoded as PCZTs for conveyance between machines.
The text was updated successfully, but these errors were encountered:
Currently the transaction builder produces proofs and signatures in-line. Once #1624 is completed, it will be possible to separate these concerns within Rust code on the same machine. This issue is about extending the separation of concerns by enabling the unauthorized (or partially-authorized) Rust types to be encoded as PCZTs for conveyance between machines.
The text was updated successfully, but these errors were encountered: