diff --git a/classes/_semaphore_extensions_heyauthn.HeyAuthn.html b/classes/_semaphore_extensions_heyauthn.HeyAuthn.html index e616649..6e5fe79 100644 --- a/classes/_semaphore_extensions_heyauthn.HeyAuthn.html +++ b/classes/_semaphore_extensions_heyauthn.HeyAuthn.html @@ -1,17 +1,17 @@ -HeyAuthn | Semaphore Extensions

Constructors

constructor +HeyAuthn | Semaphore Extensions

Constructors

Properties

Accessors

Methods

Constructors

Properties

_identity: Identity

Accessors

  • get identity(): Identity
  • Returns the Semaphore identity instance.

    +

Constructors

Properties

_identity: Identity

Accessors

Methods

Methods

\ No newline at end of file +
\ No newline at end of file diff --git a/functions/_semaphore_extensions_identity_proof.generate.html b/functions/_semaphore_extensions_identity_proof.generate.html index 9c05252..354886b 100644 --- a/functions/_semaphore_extensions_identity_proof.generate.html +++ b/functions/_semaphore_extensions_identity_proof.generate.html @@ -11,4 +11,4 @@
  • Optional snarkArtifacts: SnarkArtifacts

    The Snark artifacts (wasm and zkey files) generated in a trusted setup of the circuit are necessary to generate valid proofs

  • Returns Promise<IdentityProof>

    The Poseidon zero-knowledge proof.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/functions/_semaphore_extensions_identity_proof.verify.html b/functions/_semaphore_extensions_identity_proof.verify.html index 1d1ab7a..d90a937 100644 --- a/functions/_semaphore_extensions_identity_proof.verify.html +++ b/functions/_semaphore_extensions_identity_proof.verify.html @@ -1,4 +1,4 @@ verify | Semaphore Extensions
    • Verifies that a Identity proof is valid.

      Parameters

      Returns Promise<boolean>

      True if the proof is valid, false otherwise.

      -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/_semaphore_extensions_identity_proof.IdentityProof.html b/types/_semaphore_extensions_identity_proof.IdentityProof.html index ccd9424..a91be0d 100644 --- a/types/_semaphore_extensions_identity_proof.IdentityProof.html +++ b/types/_semaphore_extensions_identity_proof.IdentityProof.html @@ -1 +1 @@ -IdentityProof | Semaphore Extensions
    IdentityProof: {
        commitment: NumericString;
        proof: PackedGroth16Proof;
        scope: NumericString;
    }

    Type declaration

    • commitment: NumericString
    • proof: PackedGroth16Proof
    • scope: NumericString
    \ No newline at end of file +IdentityProof | Semaphore Extensions
    IdentityProof: {
        commitment: NumericString;
        proof: PackedGroth16Proof;
        scope: NumericString;
    }

    Type declaration

    • commitment: NumericString
    • proof: PackedGroth16Proof
    • scope: NumericString
    \ No newline at end of file