Skip to content
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

Prover service #3

Open
coax1d opened this issue Sep 30, 2024 · 1 comment
Open

Prover service #3

coax1d opened this issue Sep 30, 2024 · 1 comment
Assignees

Comments

@coax1d
Copy link
Collaborator

coax1d commented Sep 30, 2024

This service uses aptos-core-keyless library in order to create proofs from OIDC provider in order to be submitted

See how test proofs are generated here:
https://github.com/aptos-labs/aptos-core/blob/main/keyless/circuit/tools/create-proofs-for-testing.sh

Add service which can create proofs for a person by just giving inputs?
inputs:
signature_oidc = signature over [uid, app, nonce]
addr = Hash(uid, app, pepper)

send also with proof signature_ephemeral + epk

prover service must beable to query pepper service..

@coax1d coax1d self-assigned this Sep 30, 2024
@coax1d
Copy link
Collaborator Author

coax1d commented Oct 3, 2024

aptos-labs implementation of prover-service found here:
https://github.com/aptos-labs/prover-service/tree/main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant