w3f / keyless-substrate-proto

The Unlicense
0 stars 0 forks source link

Prover service #3

Open coax1d opened 2 months ago

coax1d commented 2 months ago

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 commented 2 months ago

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