-
Notifications
You must be signed in to change notification settings - Fork 5
initial bindings work to expose prove function for PresentationV1 #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial bindings work to expose prove function for PresentationV1 #364
Conversation
Radiokot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I know, there also must be a context hashing function for anchor verification
|
In the Typescript SDK bindings, the presentation creation method accepts the following structure: It is Can you please use |
|
The structure is |
Purpose
Update concordium base to the version with exposed prove function, add the bindings for this function too
Changes
Updated base library, addded bindings method to lib.rs so that it can be called from Java
Checklist
hard-to-understand areas.