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 Decrypt(group kyber.Group, private kyber.Scalar, ctx []byte, hash func() hash.Hash) ([]byte, error) + func Encrypt(group kyber.Group, public kyber.Point, message []byte, hash func() hash.Hash) ([]byte, error)