示例#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)
}