Versions in this module Expand all Collapse all v0 v0.1.1 Dec 29, 2019 v0.1.0 Dec 29, 2019 Changes in this version + func AggregatePublicKeys(suite pairing.Suite, mask *sign.Mask) (kyber.Point, error) + func AggregateSignatures(suite pairing.Suite, sigs [][]byte, mask *sign.Mask) (kyber.Point, error) + func NewKeyPair(suite pairing.Suite, random cipher.Stream) (kyber.Scalar, kyber.Point) + func Sign(suite pairing.Suite, x kyber.Scalar, msg []byte) ([]byte, error) + func Verify(suite pairing.Suite, x kyber.Point, msg, sig []byte) error