Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(basis []curve.G1Affine) (pk ProvingKey, vk VerifyingKey, err error)
Types ¶
type ProvingKey ¶ added in v0.11.0
type ProvingKey struct {
// contains filtered or unexported fields
}
ProvingKey for committing and proofs of knowledge
type VerifyingKey ¶ added in v0.11.0
type VerifyingKey struct {
// contains filtered or unexported fields
}
func (*VerifyingKey) ReadFrom ¶ added in v0.11.0
func (vk *VerifyingKey) ReadFrom(r io.Reader) (int64, error)
Click to show internal directories.
Click to hide internal directories.