transcript

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchTranscript

type BatchTranscript struct {
	Transcripts                []Transcript
	ParticipantIDs             []string
	ParticipantECDSASignatures []string
}

func Decode

func Decode(reader io.Reader) (*BatchTranscript, error)

func (*BatchTranscript) Verify

func (bt *BatchTranscript) Verify() error

type Transcript

type Transcript struct {
	NumG1Powers int
	NumG2Powers int
	PowersOfTau contribution.PowersOfTau
	Witness     Witness
}

type Witness

type Witness struct {
	RunningProducts []bls12381.G1Affine
	PotPubKeys      []bls12381.G2Affine
	BLSSignatures   []*bls12381.G1Affine
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL