package
1.2.3
Repository: https://github.com/iden3/go-iden3-auth.git
Documentation: pkg.go.dev

# Functions

GetVerifier return specific public signals verifier.
IDFromUnknownDID returns ID from did with unsupported by go-iden3-core did method type is set to [255,255] hash alg is sha256.
RegisterVerifier is factory for public signals init.
WithAcceptedProofGenerationDelay sets the delay of the proof generation.
WithAcceptedStateTransitionDelay sets the delay of the revoked state.

# Constants

PathToSubjectType path to description of subject type.

# Variables

ErrGlobalStateIsNotValid invalid global state id.
ErrInvalidValues proof was created for different values.
ErrIssuerClaimStateIsNotValid declares that issuer state is invalid.
ErrIssuerNonRevocationClaimStateIsNotValid declares that issuer non-revocation state is invalid.
ErrNegativeValue only positive integers allowed.
ErrProofGenerationOutdated declares that generated proof is outdated.
ErrRequestOperator proof was created for different query.
ErrSchemaID proof was created for different schema.
ErrUnavailableIssuer issuer from proof not allowed.
ErrValuesSize proof was created for different values.

# Structs

AtomicQueryMTPV2 is a wrapper for circuits.AtomicQueryMTPV2PubSignals.
AtomicQuerySigV2 is a wrapper for circuits.AtomicQuerySigV2PubSignals.
AuthV2 is a wrapper for circuits.AuthV2PubSignals.
CircuitOutputs pub signals from circuit.
Query represents structure for query to atomic circuit.
VerifyConfig verifiers options.

# Interfaces

StateResolver is a state resolver interface.
Verifier is interface for verification of public signals of zkp.

# Type aliases

VerifyOpt sets options.