예제 #1
0
파일: secret.go 프로젝트: Liamsi/crypto
func (s *secret) MarshalTo(w io.Writer) (int, error) {
	return group.SecretMarshalTo(s, w)
}
예제 #2
0
파일: int.go 프로젝트: Liamsi/crypto
func (i *Int) MarshalTo(w io.Writer) (int, error) {
	return group.SecretMarshalTo(i, w)
}