func (s *secret) MarshalTo(w io.Writer) (int, error) { return group.SecretMarshalTo(s, w) }
func (i *Int) MarshalTo(w io.Writer) (int, error) { return group.SecretMarshalTo(i, w) }