Versions in this module Expand all Collapse all v3 v3.1.1 Jul 17, 2019 v3.1.0 Jul 17, 2019 Changes in this version + func AggregatePublicKeys(suite pairing.Suite, Xs ...kyber.Point) kyber.Point + func AggregateSignatures(suite pairing.Suite, sigs ...[]byte) ([]byte, error) + func BatchVerify(suite pairing.Suite, publics []kyber.Point, msgs [][]byte, sig []byte) 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