Skip to content
Discussion options

You must be logged in to vote

I see: you want to implement keyless signature verification in Move / in AA.

I don't think we can assist you in the engineering part at this low level of a detail.

Sure, the Groth16 proof is currently included in transactions for keyless accounts (you can see this here: $\sigma_\mathsf{txn}$ includes the Groth16 ZKP $\pi$).

Yes, you will need your Move module to verify this proof (amongst many other things). I don't know how much of the Groth16 verification code snarkjs-to-aptos will generate for you but, judging by the README, it should generate all of it.

Nonetheless, I would say: proceed slowly, with great caution! In particular, make sure you understand the keyless design fully:

  • the …

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@alinush
Comment options

alinush Jun 20, 2025
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@alinush
Comment options

alinush Jun 20, 2025
Collaborator

Answer selected by khemiriwalid
@khemiriwalid
Comment options

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