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