Versions in this module Expand all Collapse all v0 v0.4.1 Dec 29, 2018 v0.4.0 Nov 1, 2018 v0.3.7 Aug 9, 2018 Changes in this version + var DefaultHash = sha256.New + func Decrypt(g kyber.Group, fn func() hash.Hash, priv kyber.Scalar, o *drand.ECIESObject) ([]byte, error) + func Encrypt(g kyber.Group, fn func() hash.Hash, public kyber.Point, msg []byte) (*drand.ECIESObject, error)