コード例 #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)
}