Manta-Network / manta-rs

Rust Crates for the Manta Network Ecosystem

Home Page:https://github.com/Manta-Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identity Proof abstraction

SupremoUGH opened this issue · comments

After the protocol fix in #324, the identity_proof function in the signer has the wrong abstraction (it shouldn't know it will be a ToPublic so early, but instead it should pass it some metadata).