Пример #1
0
func (s *secret) MarshalTo(w io.Writer) (int, error) {
	return group.SecretMarshalTo(s, w)
}
Пример #2
0
func (i *Int) MarshalTo(w io.Writer) (int, error) {
	return group.SecretMarshalTo(i, w)
}