Options
All
  • Public
  • Public/Protected
  • All
Menu

Verifies a Schnorr Proof record

Hierarchy

  • VSchnorrProofRecord

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new VSchnorrProofRecord(parentContext: string[], label: Uint8Array, proof: SchnorrProof, instance: ModPGroupElement, proofTitle: string): VSchnorrProofRecord

Properties

context

context: string[] = ...

Returns the context of this record, useful for showing the context of a verification in the record.

The context is just a list of strings, showing the tree path to the record.

instance

instance: ModPGroupElement

label

label: Uint8Array

proof

proof: SchnorrProof

proofTitle

proofTitle: string

Methods

verify

Generated using TypeDoc