From 12e0e622d4d7a051901817d6b817440d864cfa39 Mon Sep 17 00:00:00 2001 From: cedoor Date: Thu, 29 Aug 2024 14:52:04 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20semaphor?= =?UTF-8?q?e-protocol/extensions@825605465c1d8fb6f0ae402521f39531732d8e9e?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/_semaphore_extensions_heyauthn.HeyAuthn.html | 12 ++++++------ ...semaphore_extensions_identity_proof.generate.html | 2 +- .../_semaphore_extensions_identity_proof.verify.html | 2 +- ...hore_extensions_identity_proof.IdentityProof.html | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/classes/_semaphore_extensions_heyauthn.HeyAuthn.html b/classes/_semaphore_extensions_heyauthn.HeyAuthn.html index 9483329..b0c819f 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 0789b70..fef0578 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 148d9f2..6e1a176 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 892cc9d..c0d7ad0 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