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
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..
The text was updated successfully, but these errors were encountered:
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..
The text was updated successfully, but these errors were encountered: