From 61126faaab02c5e96e2cc765d340f3444e5d9edf Mon Sep 17 00:00:00 2001 From: cedoor Date: Thu, 28 Nov 2024 12:06:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20semaphor?= =?UTF-8?q?e-protocol/extensions@1baabdfdcaa935bfe5ecb0ee12be53fb336a96a2?= =?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 25cf94a..261e5de 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 b1eec8d..2a183b6 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 a5fff55..90c3444 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 6a2da8e..92904f8 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