Documentation ¶
Index ¶
- func AeadOpen(key, ciphertext []byte) ([]byte, error)
- func CompareKeys(readerPt kyber.Point, decReader []byte) (int, error)
- func ElGamalDecrypt(sk kyber.Scalar, K kyber.Point, C kyber.Point) ([]byte, error)
- func ElGamalEncrypt(pk kyber.Point, msg []byte) (K, C kyber.Point, remainder []byte)
- func GetServerKey(fname *string) (kyber.Point, error)
- func ReadRoster(path *string) (*onet.Roster, error)
- func RecoverData(encData []byte, sk kyber.Scalar, k kyber.Point, c kyber.Point) ([]byte, error)
- type WriteData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ElGamalDecrypt ¶
func ElGamalEncrypt ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.