Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions crypto/compactcert/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ type Params struct {
ProvenWeight uint64 // Weight threshold proven by the certificate
SigRound basics.Round // The round for which the ephemeral key is committed to
SecKQ uint64 // Security parameter (k+q) from analysis document

EnableBatchVerification bool // whether ED25519 batch verification is enabled
}

// CompactOneTimeSignature is crypto.OneTimeSignature with omitempty
Expand Down
2 changes: 0 additions & 2 deletions ledger/internal/compactcert.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ func CompactCertParams(votersHdr bookkeeping.BlockHeader, hdr bookkeeping.BlockH
ProvenWeight: provenWeight,
SigRound: hdr.Round,
SecKQ: proto.CompactCertSecKQ,

EnableBatchVerification: proto.EnableBatchVerification,
}
return
}
Expand Down