From a475a8369838e4bd41c92e196f8e14837b3ffbc2 Mon Sep 17 00:00:00 2001 From: cedoor Date: Thu, 29 Aug 2024 14:54:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20semaphor?= =?UTF-8?q?e-protocol/extensions@7816e8109da282890f30397dbb9de2e6d3a3fdb3?= =?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 b0c819f..7012873 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 fef0578..d419ccd 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 6e1a176..d59f152 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 c0d7ad0..153b9b5 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