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