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 Sign(s Suite, private kyber.Scalar, msg []byte) ([]byte, error) + func Verify(g kyber.Group, public kyber.Point, msg, sig []byte) error + type Suite interface