Ejemplo n.º 1
0
func (s *secret) MarshalTo(w io.Writer) (int, error) {
	return group.SecretMarshalTo(s, w)
}
Ejemplo n.º 2
0
Archivo: int.go Proyecto: Liamsi/crypto
func (i *Int) MarshalTo(w io.Writer) (int, error) {
	return group.SecretMarshalTo(i, w)
}