Versions in this module Expand all Collapse all v1 v1.2.0 Jan 25, 2022 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)