package elgamal import "git.ali33.ru/fcg-xvii/curve/v2/tools" type Message struct { c *Curve c1 *tools.Point cd []*tools.Point encoded []byte } func (s *Message) Encoded() []byte { return s.encoded }