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(suite Suite, ciphertext []byte, anonymitySet Set, mine int, ...) ([]byte, error) + func Encrypt(suite Suite, message []byte, anonymitySet Set) []byte + func Sign(suite Suite, message []byte, anonymitySet Set, linkScope []byte, mine int, ...) []byte + func Verify(suite Suite, message []byte, anonymitySet Set, linkScope []byte, ...) ([]byte, error) + type Set []kyber.Point + type Suite interface