Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptedMsg ¶
type EncryptedMsg struct { K kyber.Point C kyber.Point }
EncryptedMsg represents an encrypted message
- implements calypso.EncryptedMessage
func NewEncryptedMsg ¶
func NewEncryptedMsg(k, c kyber.Point) *EncryptedMsg
NewEncryptedMsg creates a new encrypted message
func (EncryptedMsg) GetC ¶
func (f EncryptedMsg) GetC() kyber.Point
GetC implements calypso.EncryptedMessage
func (EncryptedMsg) GetK ¶
func (f EncryptedMsg) GetK() kyber.Point
GetK implements calypso.EncryptedMessage
type Identity ¶
Identity represents an identity
- implements arc.Identity
func (Identity) MarshalText ¶
MarshalText implements arc.Identity
Click to show internal directories.
Click to hide internal directories.