diff --git a/classes/_semaphore_extensions_heyauthn.HeyAuthn.html b/classes/_semaphore_extensions_heyauthn.HeyAuthn.html index 7c13552..462da3a 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 1d00cd4..9849bcf 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 85e8cfc..8e889a3 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/index.html b/index.html index a225747..9babaac 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

    🔎 Issues   |   - + 🗣️ Chat & Support

    diff --git a/modules/_semaphore_extensions_heyauthn.html b/modules/_semaphore_extensions_heyauthn.html index 6fbc8ee..44b78b6 100644 --- a/modules/_semaphore_extensions_heyauthn.html +++ b/modules/_semaphore_extensions_heyauthn.html @@ -43,7 +43,7 @@

    🔎 Issues   |   - + 🗣️ Chat & Support

    diff --git a/modules/_semaphore_extensions_identity_proof.html b/modules/_semaphore_extensions_identity_proof.html index ae4f11c..dece3a1 100644 --- a/modules/_semaphore_extensions_identity_proof.html +++ b/modules/_semaphore_extensions_identity_proof.html @@ -31,7 +31,7 @@

    - + 🗣️ Chat & Support   |   diff --git a/modules/contract_extensions.html b/modules/contract_extensions.html index 14cd642..1ccf45b 100644 --- a/modules/contract_extensions.html +++ b/modules/contract_extensions.html @@ -32,7 +32,7 @@

    🔎 Issues   |   - + 🗣️ Chat & Support

    diff --git a/types/_semaphore_extensions_identity_proof.IdentityProof.html b/types/_semaphore_extensions_identity_proof.IdentityProof.html index 2e05f60..264bdba 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