Skip to content

Releases: aptos-labs/keyless-zk-proofs

circuit-v4.0.0: 2025.09 release rehearsal

09 Sep 17:17
efd5300

Choose a tag to compare

circuit-v1.2.0: add support for AIP-108 and for nested JSON

31 May 18:16

Choose a tag to compare

First, we add support for federated & audless accounts. See https://github.com/aptos-foundation/AIPs/blob/5bb1483a9344cff56fc48c790f2c1394428eadb0/aips/aip-108.md for details. Second, we now recognize the depth that potentially-sensitive fields are at in the JSON (e.g., sub or aud). This is because some OIDC providers may allow users to insert their own sub-fields in the JWT. See #35 for the implementation.

v1.0.1: SingleOneArray fix

10 Apr 22:47
9d45ee7

Choose a tag to compare

Migrated "assets" from old contributions repo:

  • Prover key
  • Verification key
  • Witness generation binaries
  • Circuit config

Note: This does not include the future audless feature.