示例#1
0
文件: secret.go 项目: Liamsi/crypto
func (s *secret) UnmarshalFrom(r io.Reader) (int, error) {
	return group.SecretUnmarshalFrom(s, r)
}
示例#2
0
文件: int.go 项目: Liamsi/crypto
func (i *Int) UnmarshalFrom(r io.Reader) (int, error) {
	return group.SecretUnmarshalFrom(i, r)
}